summaryrefslogtreecommitdiff
path: root/mozilla-testing/icecat/libvpx.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-02-15 18:52:39 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-02-15 18:52:39 -0300
commitfe0d2be6d21b9605b4ca6393406a33fa50e0cddf (patch)
treef0f247f86ab5b4ffbcb19e0f33bdfcf183e9de66 /mozilla-testing/icecat/libvpx.patch
parente242de1ee4425576eaa3c582b24844f8ba8cde79 (diff)
parent78d410bee5264bc4a1c9621a25df943baeb4b753 (diff)
downloadabslibre-fe0d2be6d21b9605b4ca6393406a33fa50e0cddf.tar.gz
abslibre-fe0d2be6d21b9605b4ca6393406a33fa50e0cddf.tar.bz2
abslibre-fe0d2be6d21b9605b4ca6393406a33fa50e0cddf.zip
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'mozilla-testing/icecat/libvpx.patch')
-rw-r--r--mozilla-testing/icecat/libvpx.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mozilla-testing/icecat/libvpx.patch b/mozilla-testing/icecat/libvpx.patch
new file mode 100644
index 000000000..f883b8e08
--- /dev/null
+++ b/mozilla-testing/icecat/libvpx.patch
@@ -0,0 +1,12 @@
+diff -Nur mozilla-release.orig/configure.in mozilla-release/configure.in
+--- mozilla-release.orig/configure.in 2012-02-05 16:01:35.722024142 +0000
++++ mozilla-release/configure.in 2012-02-05 16:03:34.871064547 +0000
+@@ -5629,7 +5629,7 @@
+ dnl v0.9.6 one to check for.
+ AC_TRY_COMPILE([
+ #include <vpx/vpx_decoder.h>
+- #if !defined(VPX_CODEC_USE_INPUT_PARTITION)
++ #if !defined(VPX_CODEC_USE_INPUT_FRAGMENTS)
+ #error "test failed."
+ #endif
+ ],