# HG changeset patch # User diego # Date 1241549159 0 # Node ID ec29277eea7811b6ee55e0b4ecee598387931afd # Parent 1b0acc3d6781f363ef8f89f830178ee97e7bf15e libdvdcss requires the Carbon framework to link on Mac OS X. diff -r 1b0acc3d6781 -r ec29277eea78 configure --- a/configure Tue May 05 18:04:53 2009 +0000 +++ b/configure Tue May 05 18:45:59 2009 +0000 @@ -5848,7 +5848,7 @@ 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