summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/P01-solaris.patch
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-05-13 00:49:46 +0000
committerRodeo <[email protected]>2013-05-13 00:49:46 +0000
commit440e227cc4cddbb0461391b2a0d56d94b75f1c31 (patch)
tree8563c3b58811cd5a0d279b4969f6b480061fd816 /contrib/ffmpeg/P01-solaris.patch
parent54548c1b81b719aba1810b9b21526fced9a675ce (diff)
Bump Libav to v9.6.
Miscellaneous security and bug fixes, including support for mixed interlaced/non-interlaced ProRes video. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5454 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/P01-solaris.patch')
-rw-r--r--contrib/ffmpeg/P01-solaris.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ffmpeg/P01-solaris.patch b/contrib/ffmpeg/P01-solaris.patch
index 29633e323..399aabc3a 100644
--- a/contrib/ffmpeg/P01-solaris.patch
+++ b/contrib/ffmpeg/P01-solaris.patch
@@ -1,8 +1,8 @@
diff --git a/configure b/configure
-index aa31ea0..773e6bf 100755
+index 6ab04ae..1c8ab46 100755
--- a/configure
+++ b/configure
-@@ -3167,7 +3167,7 @@ EOF
+@@ -3171,7 +3171,7 @@ EOF
check_cc <<EOF || die "endian test failed"
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
EOF