diff options
author | jstebbins <[email protected]> | 2015-01-22 20:09:59 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-01-22 20:09:59 +0000 |
commit | e2f8b4dbfa7cca807a066c2bd89b88b8f47cd78a (patch) | |
tree | 64338f404433bf5f79c3fcdde8c02fe946586a82 /contrib/ffmpeg/P01-solaris.patch | |
parent | a24c91033e92cec4f6f0639bdf1925f6ddcbde06 (diff) |
libav: bump to version 11.2
Removes several unneeded patches. Adds a new one.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6797 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/P01-solaris.patch')
-rw-r--r-- | contrib/ffmpeg/P01-solaris.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ffmpeg/P01-solaris.patch b/contrib/ffmpeg/P01-solaris.patch index 501a1f1d9..f51ac4171 100644 --- a/contrib/ffmpeg/P01-solaris.patch +++ b/contrib/ffmpeg/P01-solaris.patch @@ -1,13 +1,13 @@ diff --git a/configure b/configure -index c6789d5..2ff3621 100755 +index 5085333..3d85303 100755 --- a/configure +++ b/configure -@@ -3602,7 +3602,7 @@ EOF +@@ -3808,7 +3808,7 @@ EOF check_cc <<EOF || die "endian test failed" unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; EOF -od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian +/usr/bin/tr -cd "BIGE" < $TMPO | grep -q 'B *I *G *E' && enable bigendian - check_inline_asm inline_asm_labels '"1:\n"' - + check_gas() { + log "check_gas using '$as' as AS" |