[MPlayer-cvslog] r37020 - trunk/configure
michael
subversion at mplayerhq.hu
Wed Mar 19 00:18:02 CET 2014
Author: michael
Date: Wed Mar 19 00:18:02 2014
New Revision: 37020
Log:
configure: add HAVE_INLINE_ASM_NONLOCAL_LABELS / HAVE_INLINE_ASM_DIRECT_SYMBOL_REF
This prevents breaking the build with the next ffmpeg revission
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Mar 18 12:06:32 2014 (r37019)
+++ trunk/configure Wed Mar 19 00:18:02 2014 (r37020)
@@ -9226,6 +9226,8 @@ $def_truncf
#define HAVE_ATTRIBUTE_PACKED 1
#define HAVE_GETHRTIME 0
#define HAVE_INLINE_ASM 1
+#define HAVE_INLINE_ASM_NONLOCAL_LABELS 1
+#define HAVE_INLINE_ASM_DIRECT_SYMBOL_REFS 1
#define HAVE_ISATTY 0
#define HAVE_LDBRX 0
#define HAVE_LIBC_MSVCRT 0
More information about the MPlayer-cvslog
mailing list