Mercurial > mplayer.hg
annotate stream/stream_dvd_common.h @ 26431:4213401c16a9
Adjust dependency generation prerequisites to new structure.
author | diego |
---|---|
date | Fri, 18 Apr 2008 21:47:51 +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 */ |