[MPlayer-cvslog] r23710 - trunk/stream/stream_dvd.h
diego
subversion at mplayerhq.hu
Tue Jul 3 10:22:39 CEST 2007
Author: diego
Date: Tue Jul 3 10:22:39 2007
New Revision: 23710
Log:
The header is always included conditional to USE_DVDREAD,
no need to duplicate the #ifdef.
Modified:
trunk/stream/stream_dvd.h
Modified: trunk/stream/stream_dvd.h
==============================================================================
--- trunk/stream/stream_dvd.h (original)
+++ trunk/stream/stream_dvd.h Tue Jul 3 10:22:39 2007
@@ -1,6 +1,3 @@
-
-#ifdef USE_DVDREAD
-
#ifdef USE_DVDREAD_INTERNAL
#include "dvdread/dvd_reader.h"
#include "dvdread/ifo_types.h"
@@ -52,5 +49,3 @@ int dvd_lang_from_sid(stream_t *stream,
int dvd_aid_from_lang(stream_t *stream, unsigned char* lang);
int dvd_sid_from_lang(stream_t *stream, unsigned char* lang);
int dvd_chapter_from_cell(dvd_priv_t *dvd,int title,int cell);
-
-#endif
More information about the MPlayer-cvslog
mailing list