diff options
author | sr55 <[email protected]> | 2007-07-14 21:17:12 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-14 21:17:12 +0000 |
commit | 264eb1a4eaa4b91e1d365c9fca947b2b06fe52ef (patch) | |
tree | a234d0812e5c16a5160d71b9b80be56585786e63 /test | |
parent | ffd763ba78f73855cb9a0077bdcd7d31483ec647 (diff) |
Another small makefile change.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@687 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 975c219c1..33cc84cd0 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 dca dvdread faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2
+ LIBS = a52 mkv avformat avcodec avutil dca dvdread faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2
else
- LIBS = a52 avformat avcodec avutil dca dvdread dvdcss faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2
+ LIBS = a52 mkv avformat avcodec avutil dca dvdread dvdcss faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2
endif
all: ../HandBrakeCLI
|