summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-19 09:50:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-19 09:50:51 +0000
commitd87e0718d832901ae782134c1f8192d39cf5368e (patch)
tree14e382e5b75ac2c257871dca9214be995a157b14 /libmpcodecs
parent1d823d4b0fd3709cc02eef539e9f48bb3e798034 (diff)
downloadmpv-d87e0718d832901ae782134c1f8192d39cf5368e.tar.bz2
mpv-d87e0718d832901ae782134c1f8192d39cf5368e.tar.xz
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
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/img_format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/img_format.h b/libmpcodecs/img_format.h
index 89efb1d6cb..12a9ef72ef 100644
--- a/libmpcodecs/img_format.h
+++ b/libmpcodecs/img_format.h
@@ -1,6 +1,8 @@
#ifndef MPLAYER_IMG_FORMAT_H
#define MPLAYER_IMG_FORMAT_H
+#include "config.h"
+
/* RGB/BGR Formats */
#define IMGFMT_RGB_MASK 0xFFFFFF00