0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

patch by Steven M. Schultz to support dvd under BSD/OS

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4129 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-01-13 01:36:38 +00:00
parent 465d33609c
commit f5239a4c0d

View File

@ -37,6 +37,8 @@
# include <linux/cdrom.h>
#elif defined(__sun)
# include <sun/dvdio.h>
#elif defined(__bsdi__)
# include <dvd.h>
#else
# error "Need the DVD ioctls"
#endif