[MPlayer-dev-eng] dvdauth.c patch for BSD/OS

Alex Beregszaszi alex at naxine.org
Sun Jan 13 02:28:28 CET 2002


Hi,

On Sat, Jan 12, 2002 at 05:23:49PM -0800, Steven M. Schultz wrote:
> Hi!
> 
> 	A trivial patch (the same thing was done earlier in MPlayer in another
> 	module) to enable compilation of dvdauth.c under BSD/OS.
> 
> 	Once 'dvd.h' is included the linux ioctls are emulated by libdvd
> 	(which MPlayer is already linking against for BSD/OS).

Thanks for you patch, applied.

> 
> 	Cheers,
> 
> 	Steven Schultz
> 	sms at 2bsd.com
> 
> --- dvdauth.c.dist	Sat Jan 12 17:16:21 2002
> +++ dvdauth.c	Sat Jan 12 17:18:49 2002
> @@ -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
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list