summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/P01-solaris.patch
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-08-01 17:48:28 +0000
committerjstebbins <[email protected]>2011-08-01 17:48:28 +0000
commit7a083edaa1a8d331ca8eb2878f051a4fc1966d43 (patch)
treeb0b14bdb5a0e07eaf007811b27817e2ffa960332 /contrib/ffmpeg/P01-solaris.patch
parentac3e2eaf6d6deb4ce9b86ce38a3715b3d8968da1 (diff)
bump Libav from git-v0.7b2-406-g7b20d35 to release 0.7.1
It includes the following fixes: - MKV seek issue: http://git.libav.org/?p=libav.git;a=commit;h=c29c609 - crash when decoding corrupt MPEG-2 streams: http://git.libav.org/?p=libav.git;a=commit;h=20153fb - other misc. fixes: http://git.libav.org/?p=libav.git;a=shortlog;h=refs/heads/release/0.7 It includes the following new feature: - support for DTS in MP4 and MOV files: http://git.libav.org/?p=libav.git;a=commit;h=26f4875 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4148 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 364e07adf..d807d76de 100644
--- a/contrib/ffmpeg/P01-solaris.patch
+++ b/contrib/ffmpeg/P01-solaris.patch
@@ -1,5 +1,5 @@
diff --git a/configure b/configure
-index 2a1883b..ab0c8b3 100755
+index 5e40e08..12d6232 100755
--- a/configure
+++ b/configure
@@ -54,6 +54,9 @@ if test "$E1" != 0 || test "$E2" = 0; then
@@ -12,7 +12,7 @@ index 2a1883b..ab0c8b3 100755
show_help(){
cat <<EOF
Usage: configure [options]
-@@ -2595,7 +2598,7 @@ EOF
+@@ -2597,7 +2600,7 @@ EOF
check_cc <<EOF || die "endian test failed"
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
EOF