Mercurial > mplayer.hg
annotate stream/stream_dvd_common.h @ 26771:f9a774cf0b63
Remove skin download instructions, they have no place in the Makefile.
author | diego |
---|---|
date | Sun, 18 May 2008 14:14:15 +0000 |
parents | 7ee4ae1648e6 |
children | bae68d1afda2 |
rev | line source |
---|---|
26029 | 1 #ifndef MPLAYER_STREAM_DVD_COMMON_H |
2 #define MPLAYER_STREAM_DVD_COMMON_H | |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
23993
diff
changeset
|
3 |
26184
7ee4ae1648e6
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
4 #include <inttypes.h> |
7ee4ae1648e6
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
5 #include <dvdread/ifo_types.h> |
7ee4ae1648e6
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
6 |
23993 | 7 int mp_dvdtimetomsec(dvd_time_t *dt); |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
23993
diff
changeset
|
8 |
26029 | 9 #endif /* MPLAYER_STREAM_DVD_COMMON_H */ |