projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa8fa44
)
trying to get arts in
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 23 Dec 2001 22:07:07 +0000
(22:07 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 23 Dec 2001 22:07:07 +0000
(22:07 +0000)
Original commit message from CVS:
trying to get arts in
ext/Makefile.am
patch
|
blob
|
history
diff --git
a/ext/Makefile.am
b/ext/Makefile.am
index
b2a8fda
..
8273e68
100644
(file)
--- a/
ext/Makefile.am
+++ b/
ext/Makefile.am
@@
-16,6
+16,18
@@
else
ALSA_DIR=
endif
+if USE_ARTS
+ARTS_DIR=arts
+else
+ARTS_DIR=
+endif
+
+if USE_ARTSD
+ARTSD_DIR=artsd
+else
+ARTSD_DIR=
+endif
+
if USE_AUDIOFILE
AUDIOFILE_DIR=audiofile
else