Mercurial > mplayer.hg
comparison configure @ 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 |
comparison
equal
deleted
inserted
replaced
29224:1b0acc3d6781 | 29225:ec29277eea78 |
---|---|
5846 openbsd && def_dvd_openbsd='#define HAVE_OPENBSD_DVD_STRUCT 1' | 5846 openbsd && def_dvd_openbsd='#define HAVE_OPENBSD_DVD_STRUCT 1' |
5847 elif freebsd || dragonfly ; then | 5847 elif freebsd || dragonfly ; then |
5848 def_dvd_bsd='#define HAVE_BSD_DVD_STRUCT 1' | 5848 def_dvd_bsd='#define HAVE_BSD_DVD_STRUCT 1' |
5849 elif darwin ; then | 5849 elif darwin ; then |
5850 def_dvd_darwin='#define DARWIN_DVD_IOCTL' | 5850 def_dvd_darwin='#define DARWIN_DVD_IOCTL' |
5851 extra_ldflags="$extra_ldflags -framework IOKit" | 5851 extra_ldflags="$extra_ldflags -framework IOKit -framework Carbon" |
5852 elif cygwin ; then | 5852 elif cygwin ; then |
5853 cflags_libdvdcss="-DSYS_CYGWIN -DWIN32" | 5853 cflags_libdvdcss="-DSYS_CYGWIN -DWIN32" |
5854 elif beos ; then | 5854 elif beos ; then |
5855 cflags_libdvdcss="-DSYS_BEOS" | 5855 cflags_libdvdcss="-DSYS_BEOS" |
5856 elif os2 ; then | 5856 elif os2 ; then |