[MPlayer-cvslog] r29267 - trunk/configure

Diego Biurrun diego at biurrun.de
Tue May 5 20:51:02 CEST 2009


On Tue, May 05, 2009 at 08:45:59PM +0200, diego wrote:
> 
> Log:
> libdvdcss requires the Carbon framework to link on Mac OS X.
> 
> --- trunk/configure	Tue May  5 20:04:53 2009	(r29266)
> +++ trunk/configure	Tue May  5 20:45:59 2009	(r29267)
> @@ -5848,7 +5848,7 @@ if test "$_libdvdcss_internal" = yes ; t
>    elif darwin ; then
>      def_dvd_darwin='#define DARWIN_DVD_IOCTL'
> -    extra_ldflags="$extra_ldflags -framework IOKit"
> +    extra_ldflags="$extra_ldflags -framework IOKit -framework Carbon"

All I can say about this is that it fixes linking.  If a better solution
exists, I'm all ears.

Diego


More information about the MPlayer-cvslog mailing list