From 9f45c3a0aeba3670304e598bcf4145a14a684f57 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 May 2009 14:49:42 +0000 Subject: 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 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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" -- cgit v1.2.3