[MPlayer-cvslog] r26096 - trunk/libaf/af_format.h

diego subversion at mplayerhq.hu
Mon Feb 25 00:44:35 CET 2008


Author: diego
Date: Mon Feb 25 00:44:35 2008
New Revision: 26096

Log:
Replace silly check for config.h inclusion, just include it.


Modified:
   trunk/libaf/af_format.h

Modified: trunk/libaf/af_format.h
==============================================================================
--- trunk/libaf/af_format.h	(original)
+++ trunk/libaf/af_format.h	Mon Feb 25 00:44:35 2008
@@ -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



More information about the MPlayer-cvslog mailing list