view stream/stream_dvd_common.h @ 27043:c333185b1c3e

Add missing #includes to fix 'make checkheaders'.
author diego
date Mon, 16 Jun 2008 08:40:01 +0000
parents bae68d1afda2
children e7c989f7a7c9
line wrap: on
line source

#ifndef MPLAYER_STREAM_DVD_COMMON_H
#define MPLAYER_STREAM_DVD_COMMON_H

#include "config.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 */