mirror of
https://github.com/mpv-player/mpv
synced 2025-02-15 03:27:35 +00:00
Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29783 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1d823d4b0f
commit
d87e0718d8
@ -1,6 +1,8 @@
|
|||||||
#ifndef MPLAYER_IMG_FORMAT_H
|
#ifndef MPLAYER_IMG_FORMAT_H
|
||||||
#define MPLAYER_IMG_FORMAT_H
|
#define MPLAYER_IMG_FORMAT_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
/* RGB/BGR Formats */
|
/* RGB/BGR Formats */
|
||||||
|
|
||||||
#define IMGFMT_RGB_MASK 0xFFFFFF00
|
#define IMGFMT_RGB_MASK 0xFFFFFF00
|
||||||
|
Loading…
Reference in New Issue
Block a user