Mercurial > mplayer.hg
changeset 29208:17eb5660b5e3
QuickTime codecs support requires -framework QuickTime to link on Mac OS X.
patch by Emanuele Giaquinta
author | diego |
---|---|
date | Mon, 04 May 2009 14:49:42 +0000 |
parents | 5044f4496791 |
children | 631aac106b7a |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"