summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-12 20:29:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-12 20:29:30 +0000
commitf4b7a0e4d1ffee255ed7147970ba304d65dd2422 (patch)
treed743c4acf9347602fd5842cd55c61e956cde5e5f /configure
parent1f2f5a5ea92983e7d83e3324ae3266f19757f0d8 (diff)
downloadmpv-f4b7a0e4d1ffee255ed7147970ba304d65dd2422.tar.bz2
mpv-f4b7a0e4d1ffee255ed7147970ba304d65dd2422.tar.xz
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
ASAP, too, though git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21604 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 856aaf6e77..b71a8b525f 100755
--- a/configure
+++ b/configure
@@ -4600,7 +4600,7 @@ if test "$_sdl" = yes ; then
_inc_extra="$_inc_extra `$_sdlconfig --cflags | sed s/-Dmain=SDL_main//`"
else
_libs_mplayer="$_libs_mplayer `$_sdlconfig --libs`"
- _inc_extra="$_inc_extra `$_sdlconfig --cflags`"
+ _inc_extra="$_inc_extra `$_sdlconfig --cflags | sed s/-D_GNU_SOURCE=1//`"
fi
_vosrc="$_vosrc vo_sdl.c"
_vomodules="sdl $_vomodules"