mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 01:47:38 +00:00
MinGW doesn't accept trailing /
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12492 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0a8e949872
commit
6df33d76fe
2
configure
vendored
2
configure
vendored
@ -5962,7 +5962,7 @@ RANLIB = $_ranlib
|
||||
INSTALL = $_install
|
||||
# OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
|
||||
EXTRA_INC = $_inc_extra $_inc_gtk
|
||||
OPTFLAGS = -I../libvo/ -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC)
|
||||
OPTFLAGS = -I../libvo -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC)
|
||||
STRIPBINARIES = $_stripbinaries
|
||||
|
||||
$_live_libs_def
|
||||
|
Loading…
Reference in New Issue
Block a user