Mercurial > mplayer.hg
changeset 23690:d09f288a7179
The header is always included conditional to USE_DVDREAD,
no need to duplicate the #ifdef.
author | diego |
---|---|
date | Tue, 03 Jul 2007 08:22:39 +0000 |
parents | 3f0d00abc073 |
children | cfdea6a164da |
files | stream/stream_dvd.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_dvd.h Mon Jul 02 22:34:45 2007 +0000 +++ b/stream/stream_dvd.h Tue Jul 03 08:22:39 2007 +0000 @@ -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_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