mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-25 02:42:59 +00:00
23 lines
867 B
Diff
23 lines
867 B
Diff
![]() |
--- configure 2012-02-16 07:58:59.000000000 +0100
|
||
|
+++ configure.oden 2012-03-13 18:18:34.678772468 +0100
|
||
|
@@ -17734,7 +17734,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
|
||
|
|
||
|
--- configure.in 2012-02-16 07:40:25.000000000 +0100
|
||
|
+++ configure.in.oden 2012-03-13 18:18:53.567773523 +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
|
||
|
],
|