[MPlayer-dev-eng] [PATCH 2/2] Fix compilation with recent FFmpeg on ARM

Laurent laurent.aml at gmail.com
Fri Mar 13 23:18:23 CET 2015


Not sure about this one: HAVE_SECTION_DATA_REL_RO.
It is defined for Android and Linux, see:
http://lists.libav.org/pipermail/libav-commits/2014-December/015860.html
So I lazily hardcoded it:

diff --git a/configure b/configure
index de7c6e4..77115ed 100755
--- a/configure
+++ b/configure
@@ -9363,6 +9363,7 @@ $def_gnutls
 #define HAVE_MM_EMPTY 0
 #define HAVE_PPC4XX 0
 #define HAVE_RDTSC 0
+#define HAVE_SECTION_DATA_REL_RO 1
 #define HAVE_SIMD_ALIGN_16 1
 #define HAVE_STRERROR_R 0
 #define HAVE_STRPTIME 0


More information about the MPlayer-dev-eng mailing list