[FFmpeg-cvslog] r31781 - in trunk/libswscale: ppc/swscale_altivec_template.c swscale_internal.h
Reimar Döffinger
Reimar.Doeffinger
Sat Jul 24 16:45:20 CEST 2010
On Sat, Jul 24, 2010 at 01:32:35PM +0100, M?ns Rullg?rd wrote:
> reimar <subversion at mplayerhq.hu> writes:
>
> > Modified: trunk/libswscale/swscale_internal.h
> > ==============================================================================
> > --- trunk/libswscale/swscale_internal.h Sat Jul 24 13:33:28 2010 (r31780)
> > +++ trunk/libswscale/swscale_internal.h Sat Jul 24 13:37:58 2010 (r31781)
> > @@ -331,8 +331,8 @@ SwsFunc ff_yuv2rgb_init_altivec(SwsConte
> > SwsFunc ff_yuv2rgb_get_func_ptr_bfin(SwsContext *c);
> > void ff_bfin_get_unscaled_swscale(SwsContext *c);
> > void ff_yuv2packedX_altivec(SwsContext *c,
> > - const int16_t *lumFilter, int16_t **lumSrc, int lumFilterSize,
> > - const int16_t *chrFilter, int16_t **chrSrc, int chrFilterSize,
> > + const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize,
> > + const int16_t *chrFilter, const int16_t **chrSrc, int chrFilterSize,
> > uint8_t *dest, int dstW, int dstY);
>
> FATE is profoundly unhappy about this. Looks like you forgot to
> update the function definition.
How I hate this. For about half of the files in libswscale the
dependency stuff is completely broken so things don't get rebuilt.
Since I forgot to do make clean, it all seemed to compile fine for me...
More information about the ffmpeg-cvslog
mailing list