Mercurial > mplayer.hg
annotate stream/stream_dvd_common.h @ 29131:df0f3be3c12f
Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.
Otherwise the CFLAGS warning gets triggered and necessary CFLAGS are not set.
author | diego |
---|---|
date | Sun, 12 Apr 2009 17:07:30 +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 */ |