Mercurial > mplayer.hg
annotate stream/stream_dvd_common.h @ 29814:3ba8ad9fef27
Remove macho64 special-case for yasm options, -DPIC is already added
by the PIC-detection code.
author | reimar |
---|---|
date | Sun, 08 Nov 2009 19:32:57 +0000 |
parents | 83266d299072 |
children | a05ba1fa78b6 |
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 |
27043 | 4 #include "config.h" |
26184
7ee4ae1648e6
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
5 #include <inttypes.h> |
27466
ea01824701a5
Rename internal libdvdread fork from dvdread to libdvdread
rathann
parents:
27341
diff
changeset
|
6 #include <dvdread/ifo_types.h> |
26184
7ee4ae1648e6
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
7 |
23993 | 8 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
|
9 |
26029 | 10 #endif /* MPLAYER_STREAM_DVD_COMMON_H */ |