[MPlayer-cvslog] r29163 - trunk/configure
diego
subversion at mplayerhq.hu
Fri Apr 10 15:12:28 CEST 2009
Author: diego
Date: Fri Apr 10 15:12:28 2009
New Revision: 29163
Log:
Move amigaos CFLAG settings to amigaos section at the beginning of configure.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Apr 10 15:09:39 2009 (r29162)
+++ trunk/configure Fri Apr 10 15:12:28 2009 (r29163)
@@ -1466,6 +1466,7 @@ if amigaos ; then
_sighandler=no
_stream_cache=no
def_stream_cache="#undef CONFIG_STREAM_CACHE"
+ CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
fi
if qnx ; then
@@ -8003,9 +8004,6 @@ libs_mplayer=$_ld_tmp
if darwin ; then
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
fi
-if amigaos ; then
- CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
-fi
# Thread support
if linux ; then
CFLAGS="$CFLAGS -D_REENTRANT"
More information about the MPlayer-cvslog
mailing list