Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 73616461795b1b8648089d7a35cede65 > files > 12

thunderbird-10.0.10-1.mga2.src.rpm

--- mozilla/configure.in.vpx	2012-03-02 02:59:37.000000000 +0100
+++ mozilla/configure.in	2012-03-02 02:59:56.000000000 +0100
@@ -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
                 ],
--- mozilla/configure~	2012-10-28 07:15:59.053963998 +0800
+++ mozilla/configure	2012-10-28 07:35:06.174306400 +0800
@@ -17740,7 +17740,7 @@
 #include "confdefs.h"
 
                 #include <vpx/vpx_decoder.h>
-                #if !defined(VPX_CODEC_USE_INPUT_PARTITION)
+                #if !defined(VPX_CODEC_USE_INPUT_FRAGMENTS)
                     #error "test failed."
                 #endif