summaryrefslogtreecommitdiffstats
path: root/libmpeg2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpeg2/Makefile')
-rw-r--r--libmpeg2/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile
index 98dbc2a764..3b3ebeede6 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -3,13 +3,13 @@ include ../config.mak
LIBNAME_COMMON = libmpeg2.a
SRCS_COMMON = alloc.c \
- cpu_accel.c\
- cpu_state.c \
- decode.c \
- header.c \
- idct.c \
- motion_comp.c \
- slice.c \
+ cpu_accel.c\
+ cpu_state.c \
+ decode.c \
+ header.c \
+ idct.c \
+ motion_comp.c \
+ slice.c \
SRCS_COMMON-$(TARGET_MMX) += idct_mmx.c motion_comp_mmx.c
SRCS_COMMON-$(TARGET_ALTIVEC) += motion_comp_altivec.c idct_altivec.c