summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 2c95f553fc..f8ed408289 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -7,9 +7,9 @@ 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.c
+OBJS-$(HAVE_VIS) += yuv2rgb_vis.o
ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o