diff options
Diffstat (limited to 'contrib/ffmpeg/P02-darwin-pic.patch')
-rw-r--r-- | contrib/ffmpeg/P02-darwin-pic.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/ffmpeg/P02-darwin-pic.patch b/contrib/ffmpeg/P02-darwin-pic.patch index c151b2950..5df981507 100644 --- a/contrib/ffmpeg/P02-darwin-pic.patch +++ b/contrib/ffmpeg/P02-darwin-pic.patch @@ -1,8 +1,8 @@ -Index: configure -=================================================================== ---- ffmpeg.orig/configure (revision 22823) -+++ ffmpeg/configure (working copy) -@@ -2191,6 +2191,7 @@ +diff --git a/configure b/configure +index 2a1883b..4b4242a 100755 +--- a/configure ++++ b/configure +@@ -2410,6 +2410,7 @@ case $target_os in FFSERVERLDFLAGS=-Wl,-bind_at_load objformat="macho" enabled x86_64 && objformat="macho64" @@ -10,9 +10,9 @@ Index: configure enabled_any pic shared || { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; } ;; -@@ -2291,7 +2292,7 @@ - ;; - esac +@@ -2521,7 +2522,7 @@ esac + + echo "config:$arch:$subarch:$cpu:$target_os:$cc_ident:$LIBAV_CONFIGURATION" >config.fate -check_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable pic +#check_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable pic |