summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormaurj <[email protected]>2007-05-02 15:57:49 +0000
committermaurj <[email protected]>2007-05-02 15:57:49 +0000
commitdef147ade0299dc14f55abc100a18bff0fb28466 (patch)
tree7fcf692eca2715f564c95b8828e6e00eccff13f4 /test
parent7800f22f054d4a96731c94bc71310c09a2b8235f (diff)
Updated the CLI makefile to include the new libdca contrib for DTS audio support.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@560 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index b1d210fb6..975c219c1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,9 +1,9 @@
SYSTEM = $(shell uname -s)
ifeq ($(SYSTEM),CYGWIN_NT-5.1)
- LIBS = a52 avformat avcodec avutil dvdread faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2
+ LIBS = a52 avformat avcodec avutil dca dvdread faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2
else
- LIBS = a52 avformat avcodec avutil dvdread dvdcss faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2
+ LIBS = a52 avformat avcodec avutil dca dvdread dvdcss faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2
endif
all: ../HandBrakeCLI