diff libmpcodecs/img_format.h @ 29741:c9c2befb2409

Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
author diego
date Mon, 19 Oct 2009 09:50:51 +0000
parents c85a54f30ed9
children f6d56a15f1d8
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