mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 10:02:17 +00:00
QuickTime codecs support requires -framework QuickTime to link on Mac OS X.
patch by Emanuele Giaquinta git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29250 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
51a6bec160
commit
9f45c3a0ae
1
configure
vendored
1
configure
vendored
@ -6760,6 +6760,7 @@ if test "$_qtx" = auto ; then
|
||||
test "$_win32dll" = yes || darwin && _qtx=yes
|
||||
fi
|
||||
if test "$_qtx" = yes ; then
|
||||
darwin && extra_ldflags="$extra_ldflags -framework QuickTime"
|
||||
def_qtx='#define CONFIG_QTX_CODECS 1'
|
||||
win32 && _qtx_codecs_win32=yes && def_qtx_win32='#define CONFIG_QTX_CODECS_WIN32 1'
|
||||
_codecmodules="qtx $_codecmodules"
|
||||
|
Loading…
Reference in New Issue
Block a user