OSDN Git Service

Cygwin: Patches for xvid and mpeg4ip Updated to work with new nasm 2.x.x
[handbrake-jp/handbrake-jp-git.git] / test / Makefile
index 33cc84c..472eb5b 100644 (file)
@@ -1,9 +1,9 @@
 SYSTEM = $(shell uname -s)\r
 \r
-ifeq ($(SYSTEM),CYGWIN_NT-5.1)\r
-       LIBS = a52 mkv avformat avcodec avutil dca dvdread faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2 \r
+ifeq ($(findstring CYGWIN_NT,$(SYSTEM)),CYGWIN_NT)\r
+       LIBS = a52 mkv avformat avcodec avutil dca dvdread faac mp3lame mpeg2 vorbis vorbisenc ogg samplerate x264 xvidcore mp4v2 swscale \r
 else\r
-        LIBS = a52 mkv 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 swscale \r
 endif\r
 \r
 all: ../HandBrakeCLI\r