]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/ffmpeg-darwin-ppc-mdynamic.patch
contribs: don't compile ffmpeg with mdynamic-no-pic on PPC-Macs, as this is a really...
[vlc] / extras / contrib / src / Patches / ffmpeg-darwin-ppc-mdynamic.patch
1 Index: configure
2 ===================================================================
3 --- configure   (revision 18349)
4 +++ configure   (working copy)
5 @@ -1758,7 +1758,6 @@
6          add_cflags -pipe
7          check_cflags -force_cpusubtype_ALL
8          check_cflags -Wno-sign-compare
9 -        enabled shared || check_cflags -mdynamic-no-pic
10      fi
11  fi
12