summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-04 14:49:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-04 14:49:42 +0000
commit9f45c3a0aeba3670304e598bcf4145a14a684f57 (patch)
tree968f2ad3ae1c826ee6340929ca10aa29b1658fe6
parent51a6bec16053a022cd66f19957d2e4883e7f49d3 (diff)
downloadmpv-9f45c3a0aeba3670304e598bcf4145a14a684f57.tar.bz2
mpv-9f45c3a0aeba3670304e598bcf4145a14a684f57.tar.xz
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
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 89ec139215..8b15401349 100755
--- a/configure
+++ b/configure
@@ -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"