X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fdvd%2Finput_dvd.h;h=669e1d6abcd15fbce90cf3ebee237eebc793add4;hb=583c6553f6761421260d86bbc21b5b3169c04319;hp=a33b636521b0b04c8a4b53cee4d09c15998f8832;hpb=3bb7a5371e29b608e29851b9f1366a12a3505afe;p=vlc diff --git a/plugins/dvd/input_dvd.h b/plugins/dvd/input_dvd.h index a33b636521..669e1d6abc 100644 --- a/plugins/dvd/input_dvd.h +++ b/plugins/dvd/input_dvd.h @@ -40,7 +40,7 @@ typedef struct thread_dvd_data_s int i_end_cell; /* Scrambling Information */ -#if defined( HAVE_SYS_DVDIO_H ) || defined( LINUX_DVD ) +#if defined( HAVE_SYS_DVDIO_H ) || defined( LINUX_DVD ) || defined( SYS_BEOS ) struct css_s css; #endif @@ -60,7 +60,7 @@ void IfoEnd( ifo_t * ); /***************************************************************************** * Prototypes in dvd_css.c *****************************************************************************/ -#if defined( HAVE_SYS_DVDIO_H ) || defined( LINUX_DVD ) +#if defined( HAVE_SYS_DVDIO_H ) || defined( LINUX_DVD ) || defined( SYS_BEOS ) int CSSTest ( int ); struct css_s CSSInit ( int ); int CSSGetKey ( struct css_s * );