diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-07 23:23:44 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-07 23:23:44 -0300 |
commit | 0838c4ecf155760b4127f672c01c472ebcfa69c8 (patch) | |
tree | 9e5984602b6330287512a6710eae476fdc813de5 /mozilla-testing/icecat/libvpx.patch | |
parent | b1dae9aeffb64b11071e2b3a8cfc2bb80972bc32 (diff) | |
parent | 6b2e8fe65431c01a01ab5dfd31689c31f10c643b (diff) |
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'mozilla-testing/icecat/libvpx.patch')
-rw-r--r-- | mozilla-testing/icecat/libvpx.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mozilla-testing/icecat/libvpx.patch b/mozilla-testing/icecat/libvpx.patch deleted file mode 100644 index f883b8e08..000000000 --- a/mozilla-testing/icecat/libvpx.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 - ], |