diff options
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 \ |