mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 13:47:39 +00:00
Remove unused HPUX #define from command line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27358 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0934a87e1a
commit
cc9fdab3e8
4
configure
vendored
4
configure
vendored
@ -7616,10 +7616,6 @@ fi
|
|||||||
if amigaos ; then
|
if amigaos ; then
|
||||||
CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
|
CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
|
||||||
fi
|
fi
|
||||||
if hpux ; then
|
|
||||||
# use flag for HPUX missing setenv()
|
|
||||||
CFLAGS="$CFLAGS -DHPUX"
|
|
||||||
fi
|
|
||||||
# Thread support
|
# Thread support
|
||||||
if linux ; then
|
if linux ; then
|
||||||
CFLAGS="$CFLAGS -D_REENTRANT"
|
CFLAGS="$CFLAGS -D_REENTRANT"
|
||||||
|
Loading…
Reference in New Issue
Block a user