From: maurj Date: Wed, 2 May 2007 15:57:49 +0000 (+0000) Subject: Updated the CLI makefile to include the new libdca contrib for DTS audio support. X-Git-Tag: 0.9.0~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=def147ade0299dc14f55abc100a18bff0fb28466;p=handbrake 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 --- 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