mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 21:57:39 +00:00
LDFLAGS for CoreVideo and Quartz should be MPlayer-only.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29268 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d0022933fe
commit
5bc20d8d3c
4
configure
vendored
4
configure
vendored
@ -3823,7 +3823,7 @@ EOF
|
||||
cc_check -framework Carbon -framework QuickTime && _quartz=yes
|
||||
fi
|
||||
if test "$_quartz" = yes ; then
|
||||
extra_ldflags="$extra_ldflags -framework Carbon -framework QuickTime"
|
||||
libs_mplayer="$libs_mplayer -framework Carbon -framework QuickTime"
|
||||
def_quartz='#define CONFIG_QUARTZ 1'
|
||||
_vomodules="quartz $_vomodules"
|
||||
else
|
||||
@ -3846,7 +3846,7 @@ EOF
|
||||
fi
|
||||
if test "$_corevideo" = yes ; then
|
||||
_vomodules="corevideo $_vomodules"
|
||||
extra_ldflags="$extra_ldflags -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL"
|
||||
libs_mplayer="$libs_mplayer -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL"
|
||||
def_corevideo='#define CONFIG_COREVIDEO 1'
|
||||
else
|
||||
_novomodules="corevideo $_novomodules"
|
||||
|
Loading…
Reference in New Issue
Block a user