summaryrefslogtreecommitdiff
path: root/libre/seamonkey-libre/libvpx.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-02-24 00:15:39 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-02-24 00:15:39 -0300
commit2050be76621e72c15b0e6547fa0b3e676319cf6c (patch)
tree75f8a4cd7df60691712fd1c4523220690de34ac4 /libre/seamonkey-libre/libvpx.patch
parent8ce56f6ffc2826ca322adb4d0291152f9f5a69aa (diff)
parent42355452368e0a44d65d7a2d2128d21225d7ed2b (diff)
downloadabslibre-2050be76621e72c15b0e6547fa0b3e676319cf6c.tar.gz
abslibre-2050be76621e72c15b0e6547fa0b3e676319cf6c.tar.bz2
abslibre-2050be76621e72c15b0e6547fa0b3e676319cf6c.zip
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre/seamonkey-libre/libvpx.patch')
-rw-r--r--libre/seamonkey-libre/libvpx.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/seamonkey-libre/libvpx.patch b/libre/seamonkey-libre/libvpx.patch
new file mode 100644
index 000000000..d0f9a0f4c
--- /dev/null
+++ b/libre/seamonkey-libre/libvpx.patch
@@ -0,0 +1,12 @@
+diff -Nur comm-release.orig/mozilla/configure.in comm-release/mozilla/configure.in
+--- comm-release.orig/mozilla/configure.in 2012-02-05 18:02:17.376830377 +0000
++++ comm-release/mozilla/configure.in 2012-02-05 18:03:25.246274275 +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
+ ],