[vlc-devel] commit: Update ffmpeg patch for darwin (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Aug 13 12:13:12 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 13 10:39:48 2009 +0200| [e725c70b69025b148858b5fc50a1c58e815bd328] | committer: Jean-Baptiste Kempf
Update ffmpeg patch for darwin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e725c70b69025b148858b5fc50a1c58e815bd328
---
.../src/Patches/ffmpeg-darwin-ppc-mdynamic.patch | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/extras/contrib/src/Patches/ffmpeg-darwin-ppc-mdynamic.patch b/extras/contrib/src/Patches/ffmpeg-darwin-ppc-mdynamic.patch
index 8e0c9b6..09efa46 100644
--- a/extras/contrib/src/Patches/ffmpeg-darwin-ppc-mdynamic.patch
+++ b/extras/contrib/src/Patches/ffmpeg-darwin-ppc-mdynamic.patch
@@ -1,12 +1,13 @@
Index: configure
===================================================================
---- configure (revision 19505)
-+++ configure (working copy)
-@@ -1826,7 +1826,6 @@
+--- configure (révision 19634)
++++ configure (copie de travail)
+@@ -1873,8 +1873,6 @@
FFSERVERLDFLAGS=-Wl,-bind_at_load
objformat="macho"
enabled x86_64 && objformat="macho64"
-- enabled shared || check_cflags -mdynamic-no-pic
+- enabled shared ||
+- { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
;;
mingw32*)
- target_os=mingw32
+ if test $target_os = "mingw32ce"; then
More information about the vlc-devel
mailing list