summaryrefslogtreecommitdiffstats
path: root/main/firefox/libvpx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/firefox/libvpx.patch')
-rw-r--r--main/firefox/libvpx.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/main/firefox/libvpx.patch b/main/firefox/libvpx.patch
deleted file mode 100644
index 503ac1bbc..000000000
--- a/main/firefox/libvpx.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.in.orig
-+++ ./configure.in
-@@ -5616,7 +5616,7 @@
- [MOZ_NATIVE_LIBVPX_DEC_TEST=1],
- ([--with-system-libvpx requested but symbol vpx_codec_dec_init_ver not found]))
- if test -n "$MOZ_NATIVE_LIBVPX_DEC_TEST" ; then
-- AC_MSG_CHECKING([for libvpx version >= v0.9.7])
-+ AC_MSG_CHECKING([for libvpx version >= v1.0.0])
- dnl We need at least v0.9.7 to fix several crash bugs (for which we
- dnl had local patches prior to v0.9.7).
- dnl
-@@ -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
- ],
-@@ -5639,7 +5639,7 @@
- MOZ_LIBVPX_INCLUDES="-I${LIBVPX_DIR}/include"
- MOZ_LIBVPX_LIBS="-L${LIBVPX_DIR}/lib -lvpx"],
- [AC_MSG_RESULT([no])
-- AC_MSG_ERROR([--with-system-libvpx requested but it is not v0.9.7 or later])])
-+ AC_MSG_ERROR([--with-system-libvpx requested but it is not v1.0.0 or later])])
- fi
- CFLAGS=$_SAVE_CFLAGS
- LDFLAGS=$_SAVE_LDFLAGS