summaryrefslogtreecommitdiffstats
path: root/libmpeg2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpeg2/Makefile')
-rw-r--r--libmpeg2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile
index 2c4c77b467..19674ed5bd 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -13,6 +13,10 @@ ifeq ($(TARGET_ALTIVEC),yes)
SRCS += motion_comp_altivec.c idct_altivec.c
endif
+ifeq ($(TARGET_VIS),yes)
+SRCS += motion_comp_vis.c
+endif
+
.SUFFIXES: .c .o
# .PHONY: all clean