OSDN Git Service

Another small makefile change.
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 14 Jul 2007 21:17:12 +0000 (21:17 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 14 Jul 2007 21:17:12 +0000 (21:17 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@687 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/Makefile

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