From 51e9d47b73edf94cfd52b3473b7c700bf363f69c Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 30 Oct 2006 09:08:19 +0000 Subject: [PATCH] Fix libmpdvdkit2 linking on Mac OS X. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20527 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index ce43726073..17675f94d1 100755 --- a/configure +++ b/configure @@ -5209,6 +5209,7 @@ if test "$_mpdvdkit" = yes ; then else if darwin ; then _def_dvd_darwin='#define DARWIN_DVD_IOCTL' + _macosx_frameworks="$_macosx_frameworks -framework IOKit" fi fi fi