mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
WIN32_PATH cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9463 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fc5d27378b
commit
8432755f2e
2
configure
vendored
2
configure
vendored
@ -4829,7 +4829,6 @@ INSTALL = $_install
|
||||
# OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
|
||||
OPTFLAGS = $CFLAGS
|
||||
EXTRA_INC = $_inc_extra $_inc_gtk
|
||||
WIN32_PATH = -DWIN32_PATH=\\"$_win32libdir\\"
|
||||
STRIPBINARIES = $_stripbinaries
|
||||
|
||||
$_live_libs_def
|
||||
@ -5144,6 +5143,7 @@ $_def_odivx_postprocess
|
||||
|
||||
/* Win32 DLL support */
|
||||
$_def_win32
|
||||
#define WIN32_PATH "$_win32libdir"
|
||||
|
||||
/* DirectShow support */
|
||||
$_def_dshow
|
||||
|
@ -1,7 +1,7 @@
|
||||
include ../config.mak
|
||||
|
||||
# Generated automatically from Makefile.in by configure.
|
||||
DEFINES=$(WIN32_PATH) -DMPLAYER -D__WINE__ -Ddbg_printf=__vprintf \
|
||||
DEFINES=-DMPLAYER -D__WINE__ -Ddbg_printf=__vprintf \
|
||||
-DTRACE=__vprintf # -DDETAILED_OUT
|
||||
|
||||
LIB_OBJECTS= ldt_keeper.o pe_image.o module.o \
|
||||
|
Loading…
Reference in New Issue
Block a user