diff options
author | Rodeo <[email protected]> | 2014-03-14 14:07:00 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-03-14 14:07:00 +0000 |
commit | 1062525b9ef022714a31b1662edb799bed7e6fd5 (patch) | |
tree | f16090359be10c2793fd9e0d99de4bdb1fa0cd82 /contrib/ffmpeg/P02-darwin-pic.patch | |
parent | bdfa64f06cbd7b4058a2dbb1f6b3482042ee673a (diff) |
Bump libav to v10_beta2.
Miscellaneous fixes and improvements, fewer patches.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6111 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 ee1fa01a2..79fd3313a 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 945a012..e9b706f 100755 +index c6789d5..d041718 100755 --- a/configure +++ b/configure -@@ -3267,6 +3267,7 @@ case $target_os in +@@ -3276,6 +3276,7 @@ case $target_os in SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME).$(LIBMAJOR)$(SLIBSUF)' objformat="macho" enabled x86_64 && objformat="macho64" @@ -10,7 +10,7 @@ index 945a012..e9b706f 100755 enabled_any pic shared || { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; } ;; -@@ -3506,7 +3507,7 @@ esc(){ +@@ -3515,7 +3516,7 @@ esc(){ echo "config:$arch:$subarch:$cpu:$target_os:$(esc $cc_ident):$(esc $LIBAV_CONFIGURATION)" >config.fate |