Mercurial > mplayer.hg
view dvdread/dvdread_internal.h @ 27208:1a054f697218
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to
avoid a bunch of implicit declaration warnings in (g)libc headers that define
certain functions conditional to those #defines.
author | diego |
---|---|
date | Tue, 08 Jul 2008 16:11:58 +0000 |
parents | 1542693b2a30 |
children |
line wrap: on
line source
/* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ #ifndef DVDREAD_INTERNAL_H #define DVDREAD_INTERNAL_H #define CHECK_VALUE(arg) int get_verbose(void); int dvdread_verbose(dvd_reader_t *dvd); dvd_reader_t *device_of_file(dvd_file_t *file); #endif /* DVDREAD_INTERNAL_H */