changeset 29741:c9c2befb2409

Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
author diego
date Mon, 19 Oct 2009 09:50:51 +0000
parents d7ae3ef2c189
children 3bd28ab606db
files libmpcodecs/img_format.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/img_format.h	Mon Oct 19 09:41:30 2009 +0000
+++ b/libmpcodecs/img_format.h	Mon Oct 19 09:50:51 2009 +0000
@@ -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