summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorFlavio Oliveira <flavio.oliveira@indt.org.br>2005-09-01 19:12:44 +0000
committerFlavio Oliveira <flavio.oliveira@indt.org.br>2005-09-01 19:12:44 +0000
commitea6821e2934fe8d356ea89d5610f0630b3446877 (patch)
tree37733daef4573c1ea2970a5ff298d528b581a381 /ext/Makefile.am
parente05ab72ace5e5f8210f68b469729bef810af54bd (diff)
downloadgst-plugins-bad-ea6821e2934fe8d356ea89d5610f0630b3446877.tar.gz
gst-plugins-bad-ea6821e2934fe8d356ea89d5610f0630b3446877.tar.bz2
gst-plugins-bad-ea6821e2934fe8d356ea89d5610f0630b3446877.zip
Faac (AAC Encoder) ported for GStreamer 0.9
Original commit message from CVS: Faac (AAC Encoder) ported for GStreamer 0.9
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 9f3ca07b..b2a039eb 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -58,11 +58,11 @@ DIVX_DIR=
DTS_DIR=
# endif
-# if USE_FAAC
-# FAAC_DIR=faac
-# else
+if USE_FAAC
+FAAC_DIR=faac
+else
FAAC_DIR=
-# endif
+endif
if USE_FAAD
FAAD_DIR=faad
@@ -259,6 +259,7 @@ SUBDIRS=\
DIST_SUBDIRS=\
amrnb \
+ faac \
faad \
lame \
mad \