[FFmpeg-devel] discussion around the best way to patch the swscale for Blackfin
Marc Hoffman
mmhoffm
Fri Jun 22 13:55:51 CEST 2007
On 6/22/07, Diego Biurrun <diego at biurrun.de> wrote:
>
> On Thu, Jun 21, 2007 at 11:00:28PM -0400, Marc Hoffman wrote:
> >
> > Does this look like a clean integration for the unscaled variant for the
> > swscale infrastructure? Seems reasonably clean to me but another set of
> > eyes would be great.
> >
> > --- libswscale/Makefile (revision 23547)
> > +++ libswscale/Makefile (working copy)
> > @@ -13,6 +13,7 @@
> >
> > OBJS-$(TARGET_ARCH_BFIN) += yuv2rgb_bfin.o
> > +OBJS-$(TARGET_ARCH_BFIN) += swscale_bfin.o
> > ASM_OBJS-$(TARGET_ARCH_BFIN) += internal_bfin.o
>
> nit:
>
> OBJS-$(TARGET_ARCH_BFIN) += swscale_bfin.o \
> yuv2rgb_bfin.o
Your the build master, I will change it before I check it in this morning.
More information about the ffmpeg-devel
mailing list