From d0022933fedf3ef4d890cb332d7ad41b92df6498 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 5 May 2009 18:45:59 +0000 Subject: libdvdcss requires the Carbon framework to link on Mac OS X. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29267 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index bef4558b36..845b7b713c 100755 --- a/configure +++ b/configure @@ -5848,7 +5848,7 @@ if test "$_libdvdcss_internal" = yes ; then 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 -- cgit v1.2.3