summaryrefslogtreecommitdiff
path: root/libre/icecat/libvpx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/icecat/libvpx.patch')
-rw-r--r--libre/icecat/libvpx.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/icecat/libvpx.patch b/libre/icecat/libvpx.patch
new file mode 100644
index 000000000..48b71c077
--- /dev/null
+++ b/libre/icecat/libvpx.patch
@@ -0,0 +1,11 @@
+--- icecat-10.0/configure.in.orig 2012-02-28 13:42:56.601961717 -0200
++++ icecat-10.0/configure.in 2012-02-28 13:45:39.311963210 -0200
+@@ -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
+ ],