Mercurial > mplayer.hg
changeset 29602:8f25ecc08eb0
10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
QuickTime is used also in mencoder (in the audio and video decoders and possibly
from demux_mov, even though the latter one should only use the includes and not
require linking).
author | reimar |
---|---|
date | Fri, 04 Sep 2009 12:24:45 +0000 |
parents | cd3ae709054f |
children | 4c81686ad728 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Sep 04 10:31:24 2009 +0000 +++ b/configure Fri Sep 04 12:24:45 2009 +0000 @@ -4780,7 +4780,7 @@ cc_check -framework QuickTime && quicktime=yes fi if test "$quicktime" = yes ; then - libs_mplayer="$libs_mplayer -framework QuickTime" + extra_ldflags="$extra_ldflags -framework QuickTime" def_quicktime='#define CONFIG_QUICKTIME 1' else def_quicktime='#undef CONFIG_QUICKTIME'