]> git.sesse.net Git - ffmpeg/commitdiff
OBJS should end in .o, not .c.
authorDiego Biurrun <diego@biurrun.de>
Sun, 8 Jun 2008 14:44:38 +0000 (14:44 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 8 Jun 2008 14:44:38 +0000 (14:44 +0000)
Originally committed as revision 27035 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile

index fc24208f8948c94e68b4fc9b998e8e622d7c8bfd..f8ed40828953ee938f03d9cb33c6d50de512c400 100644 (file)
@@ -7,7 +7,7 @@ OBJS = rgb2rgb.o swscale.o
 
 OBJS-$(ARCH_BFIN)          +=  swscale_bfin.o yuv2rgb_bfin.o
 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
-OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.c
+OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.o
 OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
 OBJS-$(HAVE_VIS)           +=  yuv2rgb_vis.o