diff libaf/af_format.h @ 14479:cae0dbeb44bb

af_format.h needs config.h to be included first.
author reimar
date Wed, 12 Jan 2005 22:00:02 +0000
parents 8380694ba14f
children 5e767cabf4cd
line wrap: on
line diff
--- a/libaf/af_format.h	Wed Jan 12 21:56:25 2005 +0000
+++ b/libaf/af_format.h	Wed Jan 12 22:00:02 2005 +0000
@@ -4,6 +4,10 @@
 #ifndef __af_format_h__
 #define __af_format_h__
 
+#ifndef MPLAYER_CONFIG_H
+#error af_format.h needs config.h
+#endif
+
 // Endianess
 #define AF_FORMAT_BE		(0<<0) // Big Endian
 #define AF_FORMAT_LE		(1<<0) // Little Endian