mirror of https://github.com/mpv-player/mpv
Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1453 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cacbf44016
commit
b27916f48f
|
@ -1804,7 +1804,7 @@ CC=$_cc
|
|||
# OPTFLAGS=-O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
|
||||
OPTFLAGS=$CFLAGS
|
||||
EXTRA_INC=$_extraincdir
|
||||
WIN32_PATH=-DWIN32_PATH=\"$_win32libdir\"
|
||||
WIN32_PATH=-DWIN32_PATH=\\"$_win32libdir\\"
|
||||
|
||||
X11_INC=$_x11incdir
|
||||
X11DIR=$_x11libdir
|
||||
|
|
Loading…
Reference in New Issue