[MPlayer-cvslog] r29250 - trunk/configure
diego
subversion at mplayerhq.hu
Mon May 4 16:49:43 CEST 2009
Author: diego
Date: Mon May 4 16:49:42 2009
New Revision: 29250
Log:
QuickTime codecs support requires -framework QuickTime to link on Mac OS X.
patch by Emanuele Giaquinta
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon May 4 16:40:22 2009 (r29249)
+++ trunk/configure Mon May 4 16:49:42 2009 (r29250)
@@ -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"
More information about the MPlayer-cvslog
mailing list