]> git.sesse.net Git - vlc/commitdiff
Update ffmpeg patch for darwin
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Aug 2009 08:39:48 +0000 (10:39 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Aug 2009 08:39:48 +0000 (10:39 +0200)
extras/contrib/src/Patches/ffmpeg-darwin-ppc-mdynamic.patch

index 8e0c9b63f45f5409897b5610cbbc685369800df1..09efa46a4ebf1b781649665a7d83b2f6a1152142 100644 (file)
@@ -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