summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-22 12:40:19 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-22 12:40:19 +0000
commit521647fca9106f9036544820227e8135c876ff01 (patch)
tree56cf7ee1c8d1237d015760a631bb60320fc20708 /ext/Makefile.am
parent5dca8dcdf74d08b605f808bd457c960d08e38444 (diff)
Add faac build
Original commit message from CVS: Add faac build
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index ce036262..290d62a4 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -70,6 +70,12 @@ else
MAS_DIR=
endif
+if USE_FAAC
+FAAC_DIR=faac
+else
+FAAC_DIR=
+endif
+
if USE_FAAD
FAAD_DIR=faad
else
@@ -286,6 +292,7 @@ SUBDIRS=\
$(DVDREAD_DIR) \
$(DVDNAV_DIR) \
$(ESD_DIR) \
+ $(FAAC_DIR) \
$(FAAD_DIR) \
$(FFMPEG_DIR) \
$(FLAC_DIR) \
@@ -334,6 +341,7 @@ DIST_SUBDIRS=\
dvdnav \
esd \
mas \
+ faac \
faad \
ffmpeg \
flac \