From def147ade0299dc14f55abc100a18bff0fb28466 Mon Sep 17 00:00:00 2001 From: maurj Date: Wed, 2 May 2007 15:57:49 +0000 Subject: 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 --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3