diff options
author | Flavio Oliveira <flavio.oliveira@indt.org.br> | 2005-09-01 19:12:44 +0000 |
---|---|---|
committer | Flavio Oliveira <flavio.oliveira@indt.org.br> | 2005-09-01 19:12:44 +0000 |
commit | ea6821e2934fe8d356ea89d5610f0630b3446877 (patch) | |
tree | 37733daef4573c1ea2970a5ff298d528b581a381 /ext/Makefile.am | |
parent | e05ab72ace5e5f8210f68b469729bef810af54bd (diff) | |
download | gst-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.am | 9 |
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 \ |