Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18870 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-06-30 13:04:57 +00:00
parent bc93e25299
commit bec4465db6
1 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ extern int dvd_last_chapter;
extern char* dvd_device;
int dvd_angle=1;
#ifdef HAVE_DVD
#ifdef USE_DVDREAD
#define LIBDVDREAD_VERSION(maj,min,micro) ((maj)*10000 + (min)*100 + (micro))
/*
@ -53,7 +52,6 @@ int dvd_angle=1;
char * dvd_audio_stream_types[8] = { "ac3","unknown","mpeg1","mpeg2ext","lpcm","unknown","dts" };
char * dvd_audio_stream_channels[6] = { "mono", "stereo", "unknown", "unknown", "5.1/6.1", "5.1" };
#endif
static struct stream_priv_s {