From de679713d3123774dbf3e9547e357d0fe028d804 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 22 Nov 2003 12:40:19 +0000 Subject: Add faac build Original commit message from CVS: Add faac build --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/Makefile.am') 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 \ -- cgit v1.2.1