]> granicus.if.org Git - handbrake/commitdiff
Updated the CLI makefile to include the new libdca contrib for DTS audio support.
authormaurj <handbrake@maurj.com>
Wed, 2 May 2007 15:57:49 +0000 (15:57 +0000)
committermaurj <handbrake@maurj.com>
Wed, 2 May 2007 15:57:49 +0000 (15:57 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@560 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/Makefile

index b1d210fb6968beb5b05756247eaaa2aa6c4ab678..975c219c1b765e38fc6b0124b57d3e9ef00fce48 100644 (file)
@@ -1,9 +1,9 @@
 SYSTEM = $(shell uname -s)\r
 \r
 ifeq ($(SYSTEM),CYGWIN_NT-5.1)\r
-       LIBS = a52 avformat avcodec avutil dvdread faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2 \r
+       LIBS = a52 avformat avcodec avutil dca dvdread faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2 \r
 else\r
-        LIBS = a52 avformat avcodec avutil dvdread dvdcss faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2 \r
+        LIBS = a52 avformat avcodec avutil dca dvdread dvdcss faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2 \r
 endif\r
 \r
 all: ../HandBrakeCLI\r