diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-03-01 15:14:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-03-01 15:14:35 -0300 |
commit | 69b78ed95efd699c0dfbe588457234eee3ae9d9c (patch) | |
tree | 15b1c2902f0c430d015c9fc70ec7db6c042528f7 /libre/icecat/libvpx.patch | |
parent | d7d39087e97e5a5ff1ab2c40db618934633b594c (diff) | |
parent | b5ef7ef5b393a1862d781791b9aa998d20636f59 (diff) |
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre/icecat/libvpx.patch')
-rw-r--r-- | libre/icecat/libvpx.patch | 12 |
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 + ], |