diff options
Diffstat (limited to 'contrib/ffmpeg/P02-darwin-pic.patch')
-rw-r--r-- | contrib/ffmpeg/P02-darwin-pic.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ffmpeg/P02-darwin-pic.patch b/contrib/ffmpeg/P02-darwin-pic.patch index 5df981507..115f07696 100644 --- a/contrib/ffmpeg/P02-darwin-pic.patch +++ b/contrib/ffmpeg/P02-darwin-pic.patch @@ -1,8 +1,8 @@ diff --git a/configure b/configure -index 2a1883b..4b4242a 100755 +index 5e40e08..4e05487 100755 --- a/configure +++ b/configure -@@ -2410,6 +2410,7 @@ case $target_os in +@@ -2412,6 +2412,7 @@ case $target_os in FFSERVERLDFLAGS=-Wl,-bind_at_load objformat="macho" enabled x86_64 && objformat="macho64" @@ -10,7 +10,7 @@ index 2a1883b..4b4242a 100755 enabled_any pic shared || { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; } ;; -@@ -2521,7 +2522,7 @@ esac +@@ -2523,7 +2524,7 @@ esac echo "config:$arch:$subarch:$cpu:$target_os:$cc_ident:$LIBAV_CONFIGURATION" >config.fate |