summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-10 13:12:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-10 13:12:28 +0000
commit01415637a098666a696056f86dca3330b26dadef (patch)
treebfca01c546b55d8952544f3f711886595e0e587b /configure
parente2023a903771f84c5054505de2fc519395e5eff6 (diff)
downloadmpv-01415637a098666a696056f86dca3330b26dadef.tar.bz2
mpv-01415637a098666a696056f86dca3330b26dadef.tar.xz
Move amigaos CFLAG settings to amigaos section at the beginning of configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29163 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index cb1aef07d6..9486422243 100755
--- a/configure
+++ b/configure
@@ -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"