Mercurial > mplayer.hg
changeset 29225:ec29277eea78
libdvdcss requires the Carbon framework to link on Mac OS X.
author | diego |
---|---|
date | Tue, 05 May 2009 18:45:59 +0000 |
parents | 1b0acc3d6781 |
children | bc7354df668a |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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