mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29042 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1888de07f7
commit
a5b7fe4b7c
8
configure
vendored
8
configure
vendored
@ -8073,11 +8073,9 @@ INSTALLSTRIP = $_install_strip
|
||||
RANLIB = $_ranlib
|
||||
WINDRES = $_windres
|
||||
|
||||
EXTRA_INC = $_inc_extra
|
||||
EXTRAXX_INC = $_inc_extra $_inc_extraxx
|
||||
CFLAGS = $CFLAGS \$(EXTRA_INC)
|
||||
OPTFLAGS = $CFLAGS \$(EXTRA_INC)
|
||||
CXXFLAGS = $CXXFLAGS \$(EXTRAXX_INC)
|
||||
CFLAGS = $CFLAGS $_inc_extra
|
||||
OPTFLAGS = $CFLAGS $_inc_extra
|
||||
CXXFLAGS = $CXXFLAGS $_inc_extra $_inc_extraxx
|
||||
CFLAGS_DHAHELPER = $cflags_dhahelper
|
||||
CFLAGS_FAAD_FIXED = $cflags_faad_fixed
|
||||
CFLAGS_LIBDVDCSS = $cflags_libdvdcss
|
||||
|
Loading…
Reference in New Issue
Block a user