view stream/stream_dvd_common.h @ 27014:5e0e6d992c7f

Fix mencoder built from dvdnav enabled. (my bad, didn't compiled mencoder when i did the change). Patch by Diogo Franco <diogomfranco at gmail com>
author ben
date Mon, 09 Jun 2008 18:43:18 +0000
parents bae68d1afda2
children c333185b1c3e
line wrap: on
line source

#ifndef MPLAYER_STREAM_DVD_COMMON_H
#define MPLAYER_STREAM_DVD_COMMON_H

#include <inttypes.h>
#ifdef USE_DVDREAD_INTERNAL
#include <dvdread/ifo_types.h>
#else
#include <libdvdread/ifo_types.h>
#endif

int mp_dvdtimetomsec(dvd_time_t *dt);

#endif /* MPLAYER_STREAM_DVD_COMMON_H */