Author: diego Date: Fri Jun 30 15:04:57 2006 New Revision: 18870 Modified: trunk/libmpdemux/stream_dvd.c Log: Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ... Modified: trunk/libmpdemux/stream_dvd.c ============================================================================== --- trunk/libmpdemux/stream_dvd.c (original) +++ trunk/libmpdemux/stream_dvd.c Fri Jun 30 15:04:57 2006 @@ -34,7 +34,6 @@ 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 @@ 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 {
participants (1)
-
diego