mirror of https://github.com/mpv-player/mpv
sanity checks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15539 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6ee561dbc4
commit
f515356aa3
|
@ -8,10 +8,18 @@
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __af_config_h__
|
||||||
|
#define __af_config_h__
|
||||||
|
|
||||||
#include "../config.h" // WORDS_BIGENDIAN
|
#include "../config.h" // WORDS_BIGENDIAN
|
||||||
|
|
||||||
|
#ifndef MPLAYER_CONFIG_H
|
||||||
|
#error Mandatory WORDS_BIGENDIAN does not contain 0 nor 1
|
||||||
|
#endif
|
||||||
|
|
||||||
// Number of channels
|
// Number of channels
|
||||||
#ifndef AF_NCH
|
#ifndef AF_NCH
|
||||||
#define AF_NCH 6
|
#define AF_NCH 6
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* __af_config_h__ */
|
||||||
|
|
Loading…
Reference in New Issue