summaryrefslogtreecommitdiff
path: root/libre/icecat/libvpx.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-03-04 17:33:56 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-03-04 17:33:56 -0500
commit52da029144be979ab29307f7456478a11451b4eb (patch)
tree95744c891fe606f88c893da7b31bfdef656a5931 /libre/icecat/libvpx.patch
parent31bada44e336927d2c9bcb99f1acabb69ce8b6a4 (diff)
parent00a330d6e292702ccdfe4813d261f4ac6397a802 (diff)
downloadabslibre-52da029144be979ab29307f7456478a11451b4eb.tar.gz
abslibre-52da029144be979ab29307f7456478a11451b4eb.tar.bz2
abslibre-52da029144be979ab29307f7456478a11451b4eb.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/abslibre
Diffstat (limited to 'libre/icecat/libvpx.patch')
-rw-r--r--libre/icecat/libvpx.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/icecat/libvpx.patch b/libre/icecat/libvpx.patch
new file mode 100644
index 000000000..f883b8e08
--- /dev/null
+++ b/libre/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
+ ],