summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-05 18:45:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-05 18:45:59 +0000
commitd0022933fedf3ef4d890cb332d7ad41b92df6498 (patch)
tree1258603f5606865aa68adaa8854d7b0f52bf783c
parentbf26ad661115cd8bb34caedfe31a2fbf180bb45f (diff)
downloadmpv-d0022933fedf3ef4d890cb332d7ad41b92df6498.tar.bz2
mpv-d0022933fedf3ef4d890cb332d7ad41b92df6498.tar.xz
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
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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