From b18ddf98075560b87f7914db7187fd97934625ab Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 16 Jan 2010 15:20:26 +0000 Subject: HAVE_INLINE_ASM for FFmpeg should be one since we only support compilers that can do inline asm. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30321 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 57466c0ce5..90a68f726f 100755 --- a/configure +++ b/configure @@ -9115,7 +9115,7 @@ $def_yasm #define HAVE_ATTRIBUTE_PACKED 1 #define HAVE_GETHRTIME 0 -#define HAVE_INLINE_ASM 0 +#define HAVE_INLINE_ASM 1 #define HAVE_LDBRX 0 #define HAVE_POLL_H 1 #define HAVE_PPC4XX 0 -- cgit v1.2.3