[vlc-devel] commit: Makefile -- add ffmpeg win32 RTSP patch (Mark Moriarty )
git version control
git at videolan.org
Sat Mar 29 15:36:54 CET 2008
vlc | branch: master | Mark Moriarty <mfmori at hotmail.com> | Sat Mar 29 10:26:23 2008 -0400| [23efea7f9b70b91116cac5893f9efff10aae0e87]
Makefile -- add ffmpeg win32 RTSP patch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23efea7f9b70b91116cac5893f9efff10aae0e87
---
extras/contrib/src/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 9bb40b8..68bee58 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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
More information about the vlc-devel
mailing list