summaryrefslogtreecommitdiffstats
path: root/libaf/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/config.h')
-rw-r--r--libaf/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libaf/config.h b/libaf/config.h
index 22a20ae4fa..197cc5ae43 100644
--- a/libaf/config.h
+++ b/libaf/config.h
@@ -8,10 +8,18 @@
//=============================================================================
*/
+#ifndef __af_config_h__
+#define __af_config_h__
+
#include "../config.h" // WORDS_BIGENDIAN
+#ifndef MPLAYER_CONFIG_H
+#error Mandatory WORDS_BIGENDIAN does not contain 0 nor 1
+#endif
+
// Number of channels
#ifndef AF_NCH
#define AF_NCH 6
#endif
+#endif /* __af_config_h__ */