1
0
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:
diego 2009-05-04 14:49:42 +00:00
parent 51a6bec160
commit 9f45c3a0ae

1
configure vendored
View File

@ -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"