diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-06 20:02:51 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-06 20:02:51 +0000 |
commit | b27916f48f8c2f4414b75a48f6165326b65014ce (patch) | |
tree | 004febe2db79593452470bc0ee6a522cd4383990 /configure | |
parent | cacbf44016b7df21a31feb2381fc4455bf0ad651 (diff) |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |