[FFmpeg-devel] PATCH: libswscale build system depends

mmh mmh
Thu May 17 17:21:10 CEST 2007


Diego Biurrun writes:
 > On Thu, May 17, 2007 at 09:55:07AM -0400, mmh wrote:
 > Content-Description: message body text
 > > 
 > > This patch allows the build system to properly construct the library
 > > based on the template files being modified.
 > > 
 > > --- libswscale/Makefile (revision 23307)
 > > +++ libswscale/Makefile (working copy)
 > > @@ -10,6 +10,7 @@
 > >  
 > >  OBJS-$(TARGET_ALTIVEC)     +=  yuv2rgb_altivec.o
 > > +SWS_TMPL-$(TARGET_ALTIVEC) +=  swscale_altivec_template.c
 > >  OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
 > 
 > ?
 > 
 > > @@ -26,3 +27,7 @@
 > >  
 > > +
 > > +swscale.o: swscale_template.c $(SWS_TMPL-yes)
 > > +rgb2rgb.o: rgb2rgb_template.c $(RGB_TMPL-yes)
 > > +yuv2rgb.o: yuv2rgb_template.c $(YUV_TMPL-yes)
 > 
 > make depend?

Thanks! that works like a charm.





More information about the ffmpeg-devel mailing list