summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-12 22:00:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-12 22:00:02 +0000
commitfa8c50d4cff38242dfddc5fa968ce7fef06f93ca (patch)
tree92cfe27c0b8a094ec77410e610a0e9460c338a78 /libaf
parent46070615c315dd55247f61b699c682b280e3474b (diff)
downloadmpv-fa8c50d4cff38242dfddc5fa968ce7fef06f93ca.tar.bz2
mpv-fa8c50d4cff38242dfddc5fa968ce7fef06f93ca.tar.xz
af_format.h needs config.h to be included first.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14480 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af_format.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libaf/af_format.h b/libaf/af_format.h
index 0f55b500a3..ab495dc634 100644
--- a/libaf/af_format.h
+++ b/libaf/af_format.h
@@ -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