mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 07:31:48 +00:00
10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
QuickTime is used also in mencoder (in the audio and video decoders and possibly from demux_mov, even though the latter one should only use the includes and not require linking). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29644 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a8580cbcf2
commit
dcfd043ea8
2
configure
vendored
2
configure
vendored
@ -4780,7 +4780,7 @@ EOF
|
||||
cc_check -framework QuickTime && quicktime=yes
|
||||
fi
|
||||
if test "$quicktime" = yes ; then
|
||||
libs_mplayer="$libs_mplayer -framework QuickTime"
|
||||
extra_ldflags="$extra_ldflags -framework QuickTime"
|
||||
def_quicktime='#define CONFIG_QUICKTIME 1'
|
||||
else
|
||||
def_quicktime='#undef CONFIG_QUICKTIME'
|
||||
|
Loading…
Reference in New Issue
Block a user