diff options
author | prigaux <[email protected]> | 2007-03-24 08:18:22 +0000 |
---|---|---|
committer | prigaux <[email protected]> | 2007-03-24 08:18:22 +0000 |
commit | 007e079bead2c546ed08eda220e38674deccf6b2 (patch) | |
tree | 76145bb0384eb48bbea4ffe33d649f50088dd079 /test/Makefile | |
parent | 8b52ee6aa9e51840bf0dffca39cd1f20b48a01a5 (diff) |
Remove all libquicktime things
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@443 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index e368f8c6c..0f021cc1d 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 quicktime + LIBS = a52 avformat avcodec avutil 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 quicktime + LIBS = a52 avformat avcodec avutil dvdread dvdcss faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2 endif all: ../HandBrakeCLI |