mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
vo_direct3d.o depends on w32_common.o.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28059 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d7291e499e
commit
74f6d96443
2
configure
vendored
2
configure
vendored
@ -4971,7 +4971,7 @@ fi
|
||||
if test "$_direct3d" = yes ; then
|
||||
_def_direct3d='#define CONFIG_DIRECT3D 1'
|
||||
_libs_mplayer="$_libs_mplayer -ld3d9"
|
||||
_vosrc="$_vosrc vo_direct3d.c"
|
||||
_vosrc="$_vosrc vo_direct3d.c w32_common.c"
|
||||
_vomodules="direct3d $_vomodules"
|
||||
else
|
||||
_def_direct3d='#undef CONFIG_DIRECT3D'
|
||||
|
Loading…
Reference in New Issue
Block a user