summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-01 10:51:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-01 10:51:17 +0000
commite8e4e2479699b77afc0c46cda1217da9729e76f4 (patch)
treef9d0ed549864ff1d23892e7071c5eb5d37a0da0f /ext/Makefile.am
parentf78820adc859cfc3ad90e1063da4ca908ea7bcf2 (diff)
downloadgst-plugins-bad-e8e4e2479699b77afc0c46cda1217da9729e76f4.tar.gz
gst-plugins-bad-e8e4e2479699b77afc0c46cda1217da9729e76f4.tar.bz2
gst-plugins-bad-e8e4e2479699b77afc0c46cda1217da9729e76f4.zip
adding fame plugin
Original commit message from CVS: adding fame plugin
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 970f97a3..005696ef 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -132,6 +132,12 @@ else
LCS_DIR=
endif
+if USE_LIBFAME
+LIBFAME_DIR=libfame
+else
+LIBFAME_DIR=
+endif
+
if USE_MAD
MAD_DIR=mad
else
@@ -235,7 +241,7 @@ DIST_SUBDIRS=\
dvdread dvdnav esd ffmpeg \
flac gnomevfs gsm \
hermes http jack jpeg \
- ladspa lame lcs \
+ ladspa lame lcs libfame \
mad mikmod mjpegtools mpeg2dec \
openquicktime raw1394 rtp \
sdl shout sidplay \