mirror of https://github.com/mpv-player/mpv
Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30617 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9905880267
commit
e286b38529
|
@ -19,6 +19,8 @@
|
|||
#ifndef MPLAYER_MS_HDR_H
|
||||
#define MPLAYER_MS_HDR_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef _WAVEFORMATEX_
|
||||
#define _WAVEFORMATEX_
|
||||
typedef struct __attribute__((__packed__)) _WAVEFORMATEX {
|
||||
|
|
Loading…
Reference in New Issue