summaryrefslogtreecommitdiff
path: root/libre/icecat/libvpx.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-02-28 14:41:51 -0200
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-02-28 14:41:51 -0200
commit86cf7937351a7ae71431cb939ad107740481febb (patch)
tree9eae1d4ffdf7058bf0f1f8b410e47e9ffc816156 /libre/icecat/libvpx.patch
parent0dd021f56a8c6682d00fb0cd9e8e967fed0fad7f (diff)
libre/icecat
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
+ ],