[MPlayer-cvslog] r29267 - trunk/configure

diego subversion at mplayerhq.hu
Tue May 5 20:45:59 CEST 2009


Author: diego
Date: Tue May  5 20:45:59 2009
New Revision: 29267

Log:
libdvdcss requires the Carbon framework to link on Mac OS X.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- 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
     def_dvd_bsd='#define HAVE_BSD_DVD_STRUCT 1'
   elif darwin ; then
     def_dvd_darwin='#define DARWIN_DVD_IOCTL'
-    extra_ldflags="$extra_ldflags -framework IOKit"
+    extra_ldflags="$extra_ldflags -framework IOKit -framework Carbon"
   elif cygwin ; then
     cflags_libdvdcss="-DSYS_CYGWIN -DWIN32"
   elif beos ; then


More information about the MPlayer-cvslog mailing list