From ae66c7536ebea170e83f5f6cb0b662b70f3ae98d Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 24 Feb 2008 23:44:35 +0000 Subject: Replace silly check for config.h inclusion, just include it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26096 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af_format.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libaf') diff --git a/libaf/af_format.h b/libaf/af_format.h index b03779fd14..1e29f3d437 100644 --- a/libaf/af_format.h +++ b/libaf/af_format.h @@ -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 -- cgit v1.2.3