[MPlayer-cvslog] r29783 - trunk/libmpcodecs/img_format.h
diego
subversion at mplayerhq.hu
Mon Oct 19 11:50:52 CEST 2009
Author: diego
Date: Mon Oct 19 11:50:51 2009
New Revision: 29783
Log:
Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
Modified:
trunk/libmpcodecs/img_format.h
Modified: trunk/libmpcodecs/img_format.h
==============================================================================
--- trunk/libmpcodecs/img_format.h Mon Oct 19 11:41:30 2009 (r29782)
+++ trunk/libmpcodecs/img_format.h Mon Oct 19 11:50:51 2009 (r29783)
@@ -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
More information about the MPlayer-cvslog
mailing list