mirror of https://github.com/mpv-player/mpv
Replace silly check for config.h inclusion, just include it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26096 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7c631d4bea
commit
ae66c7536e
|
@ -5,9 +5,7 @@
|
|||
#ifndef MPLAYER_AF_FORMAT_H
|
||||
#define MPLAYER_AF_FORMAT_H
|
||||
|
||||
#ifndef MPLAYER_CONFIG_H
|
||||
#error af_format.h needs config.h
|
||||
#endif
|
||||
#include "config.h"
|
||||
|
||||
// Endianness
|
||||
#define AF_FORMAT_BE (0<<0) // Big Endian
|
||||
|
|
Loading…
Reference in New Issue