mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00: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:
parent
465d33609c
commit
f5239a4c0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user