[MPlayer-dev-eng] CSC Patch causing strange build error

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Jul 9 23:47:02 CEST 2013


Umar Qureshey <umar <at> janteq.com> writes:

> +//UQ 7/9/13  i.MX6 support
> +#ifdef ARCH_ARM
> +#include <linux/ipu.h>
> +#endif

> CC	libswscale/input.o
> libswscale/input.c: In function 'rgb16_32ToY_c_template':
> libswscale/input.c:267:1: error: expected identifier before 'unsigned'
> libswscale/input.c: In function 'rgb16_32ToUV_c_template':
> libswscale/input.c:294:1: error: expected identifier before 'unsigned'
> libswscale/input.c: In function 'rgb16_32ToUV_half_c_template':
> libswscale/input.c:326:1: error: expected identifier before 'unsigned'
> libswscale/input.c:327:1: error: expected identifier before 'unsigned'

My guess is that the header you include defines px.

Please discuss libswscale development on ffmpeg-devel, 
the library is part of FFmpeg since a long time;-)
(Ideally, setup a git clone on github or similar.)

Thank you, Carl eugen



More information about the MPlayer-dev-eng mailing list