[vlc-devel] commit: No need to patch FFmpeg's MMX code if we are on Darwin-ppc ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Jun 28 23:10:18 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jun 28 23:12:05 2008 +0200| [840644c6abfb724e068c3864c5a5db4e5abbaf26]
No need to patch FFmpeg's MMX code if we are on Darwin-ppc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=840644c6abfb724e068c3864c5a5db4e5abbaf26
---
extras/contrib/src/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 08ae40c..39cd7b8 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1076,8 +1076,10 @@ endif
ifdef HAVE_BEOS
(cd $@; patch -p0 < ../Patches/ffmpeg-alignment.patch)
endif
-ifdef HAVE_DARWIN_OS
+ifdef HAVE_DARWIN_OS_ON_INTEL
(cd $@; patch -p0 < ../Patches/ffmpeg-macosx-intel-mmx.patch)
+endif
+ifdef HAVE_DARWIN_OS
(cd $@/libswscale; patch -p0 < ../../Patches/ffmpeg-fix-noaltivec.patch)
endif
ifdef NO_TEXT_RELOCATION
More information about the vlc-devel
mailing list