# HG changeset patch # User diego # Date 1241448582 0 # Node ID 17eb5660b5e366adf17ed0525d03366b8cddf682 # Parent 5044f4496791395f82f8b555142c5fad0c22f07b QuickTime codecs support requires -framework QuickTime to link on Mac OS X. patch by Emanuele Giaquinta diff -r 5044f4496791 -r 17eb5660b5e3 configure --- a/configure Mon May 04 14:40:22 2009 +0000 +++ b/configure Mon May 04 14:49:42 2009 +0000 @@ -6760,6 +6760,7 @@ 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"