[MPlayer-dev-eng] [PATCH] Add proper linking flags to link qtx on osx if we are built with --disable-macosx

Diego Biurrun diego at biurrun.de
Mon May 18 11:38:50 CEST 2009


On Thu, Apr 23, 2009 at 09:36:32PM +0100, vmrsss wrote:
> I think Jeremy is making a good point, I have experienced a number of  
> crashes  because of this conflict in the past few days (with the new  
> latest of version of X11.app on macosx).
> 
> If one compiles with --disable-macosx (and --disable-qtx) the attached  
> patch may be required too to link mencoder properly with the internal  
> dvdcss.

This should be fixed now.

> --- configure	(revision 29224)
> +++ configure	(working copy)
> @@ -5845,6 +5845,7 @@
>    elif darwin ; then
>      def_dvd_darwin='#define DARWIN_DVD_IOCTL'
>      extra_ldflags="$extra_ldflags -framework IOKit"
> +    libs_mencoder="$libs_mencoder -framework CoreFoundation"

I have added the Carbon framework to the global linker flags instead.
Is there an overview of all these frameworks somewhere?

Diego



More information about the MPlayer-dev-eng mailing list