]> git.sesse.net Git - vlc/commitdiff
Makefile -- add ffmpeg win32 RTSP patch
authorMark Moriarty <mfmori@hotmail.com>
Sat, 29 Mar 2008 14:26:23 +0000 (10:26 -0400)
committerMark Moriarty <mfmori@hotmail.com>
Sat, 29 Mar 2008 14:37:24 +0000 (10:37 -0400)
extras/contrib/src/Makefile

index 9bb40b85d6383ff7c1ec45bdfd780ecf696c5ee6..68bee584a8ac5600b46e099153e969fa1933f712 100644 (file)
@@ -1051,6 +1051,9 @@ endif
 ifdef HAVE_DARWIN_OS
        (cd $@; patch -p0 < ../Patches/ffmpeg-macosx-intel-mmx.patch)
 endif
+ifdef HAVE_WIN32
+       (cd $@; patch -p0 < ../Patches/ffmpeg-svn-win32.patch)
+endif
 ifdef NO_TEXT_RELOCATION
        (cd $@; patch -p1 < ../Patches/ffmpeg-svn-mmx_removal-darwin9.patch)
 endif