Makefile: Rebuild FFmpeg libraries when .asm and .o files change
[mplayer/glamo.git] / stream / stream_dvd_common.h
blobc79492e0616c6e059e123b4e1f07db84a6c7a24e
1 #ifndef MPLAYER_STREAM_DVD_COMMON_H
2 #define MPLAYER_STREAM_DVD_COMMON_H
4 #include "config.h"
5 #include <inttypes.h>
6 #ifdef CONFIG_DVDREAD_INTERNAL
7 #include "libdvdread/ifo_types.h"
8 #else
9 #include <dvdread/ifo_types.h>
10 #endif
12 int mp_dvdtimetomsec(dvd_time_t *dt);
14 #endif /* MPLAYER_STREAM_DVD_COMMON_H */