summaryrefslogtreecommitdiffstats
path: root/test/module.defs
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-02-11 21:31:00 +0000
committerjstebbins <[email protected]>2011-02-11 21:31:00 +0000
commit027e7a9415f868a741051c718488100a22513a76 (patch)
tree163b3d0ecce9c04bf988a85bce7d5336df658b76 /test/module.defs
parent975236f11438cbb859866efefc9486b6fb50a146 (diff)
remove libfaad from build
We don't use it anymore. We have been using ffaac decoder for a while now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3793 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/module.defs')
-rw-r--r--test/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs
index 33d34d43e..35a4d8bf3 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -10,7 +10,7 @@ TEST.c.o = $(patsubst $(SRC/)%.c,$(BUILD/)%.o,$(TEST.c))
TEST.exe = $(BUILD/)$(call TARGET.exe,$(HB.name)CLI)
TEST.libs = $(LIBHB.a) $(foreach n, \
- a52 ass avcore avcodec avformat avutil dca dvdnav dvdread faac faad fontconfig freetype mkv mpeg2 mp3lame mp4v2 \
+ a52 ass avcore avcodec avformat avutil dca dvdnav dvdread faac fontconfig freetype mkv mpeg2 mp3lame mp4v2 \
ogg samplerate swscale theora vorbis vorbisenc x264 xml2 bluray, \
$(CONTRIB.build/)lib/lib$(n).a )