1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

Fix libmpdvdkit2 linking on Mac OS X.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20527 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-30 09:08:19 +00:00
parent 75030bf8c0
commit 51e9d47b73

1
configure vendored
View File

@ -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