From 86cf7937351a7ae71431cb939ad107740481febb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 28 Feb 2012 14:41:51 -0200 Subject: libre/icecat --- libre/icecat/libvpx.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/icecat/libvpx.patch (limited to 'libre/icecat/libvpx.patch') 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 +- #if !defined(VPX_CODEC_USE_INPUT_PARTITION) ++ #if !defined(VPX_CODEC_USE_INPUT_FRAGMENTS) + #error "test failed." + #endif + ], -- cgit v1.2.3-2-g168b From efc004d8df692dd7c5d7d29bf2da480a4827ea75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 29 Feb 2012 11:49:49 -0200 Subject: libre/icecat --- libre/icecat/libvpx.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libre/icecat/libvpx.patch') diff --git a/libre/icecat/libvpx.patch b/libre/icecat/libvpx.patch index 48b71c077..f883b8e08 100644 --- a/libre/icecat/libvpx.patch +++ b/libre/icecat/libvpx.patch @@ -1,5 +1,6 @@ ---- 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 +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([ -- cgit v1.2.3-2-g168b