From 8b6d639c5dec7e488792ca67c70d9fda161ac0ce Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sun, 11 Dec 2005 16:43:42 +0000 Subject: Now flxdec works on big-endian machines as well. Original commit message from CVS: Now flxdec works on big-endian machines as well. --- gst/flx/flx_color.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/flx/flx_color.h') diff --git a/gst/flx/flx_color.h b/gst/flx/flx_color.h index d423ab87..673505b4 100644 --- a/gst/flx/flx_color.h +++ b/gst/flx/flx_color.h @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ +#include + typedef enum { FLX_COLORSPACE_RGB8, FLX_COLORSPACE_RGB32, @@ -31,7 +33,6 @@ struct _FlxColorSpaceConverter { guchar palvec[768]; }; - void flx_colorspace_converter_destroy(FlxColorSpaceConverter *flxpal); void flx_colorspace_convert(FlxColorSpaceConverter *flxpal, guchar *src, guchar *dest); FlxColorSpaceConverter * flx_colorspace_converter_new(gint width, gint height); -- cgit