Mercurial > mplayer.hg
view stream/stream_dvd_common.h @ 27433:9aec56f5e314
FFmpeg no longer has fastmemcpy support, so no longer trigger recursing
into the FFmpeg directories if libvo/fastmemcpy.h changed.
author | diego |
---|---|
date | Thu, 14 Aug 2008 20:42:54 +0000 |
parents | e7c989f7a7c9 |
children | ea01824701a5 |
line wrap: on
line source
#ifndef MPLAYER_STREAM_DVD_COMMON_H #define MPLAYER_STREAM_DVD_COMMON_H #include "config.h" #include <inttypes.h> #ifdef CONFIG_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 */