summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
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