Mercurial > mplayer.hg
changeset 26064:e173fde700da
Replace silly check for config.h inclusion, just include it.
author | diego |
---|---|
date | Sun, 24 Feb 2008 23:44:35 +0000 |
parents | caf94e545753 |
children | 68b558c4c833 |
files | libaf/af_format.h |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af_format.h Sun Feb 24 22:41:39 2008 +0000 +++ b/libaf/af_format.h Sun Feb 24 23:44:35 2008 +0000 @@ -5,9 +5,7 @@ #ifndef MPLAYER_AF_FORMAT_H #define MPLAYER_AF_FORMAT_H -#ifndef MPLAYER_CONFIG_H -#error af_format.h needs config.h -#endif +#include "config.h" // Endianness #define AF_FORMAT_BE (0<<0) // Big Endian