Mercurial > libavcodec.hg
diff Makefile @ 1259:e8c3884f2c7e libavcodec
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
author | michaelni |
---|---|
date | Wed, 14 May 2003 12:18:49 +0000 |
parents | 802614404398 |
children | a979fab41ed8 |
line wrap: on
line diff
--- a/Makefile Wed May 14 11:40:16 2003 +0000 +++ b/Makefile Wed May 14 12:18:49 2003 +0000 @@ -124,6 +124,11 @@ ppc/fft_altivec.o ppc/gmc_altivec.o endif +ifeq ($(TARGET_ARCH_SH4),yes) +OBJS+= sh4/idct_sh4.o sh4/dsputil_sh4.o sh4/dsputil_align.o +endif + + SRCS := $(OBJS:.o=.c) $(ASM_OBJS:.o=.S) OBJS := $(OBJS) $(ASM_OBJS) @@ -179,6 +184,7 @@ alpha/*.o alpha/*~ \ ppc/*.o ppc/*~ \ ps2/*.o ps2/*~ \ + sh4/*.o sh4/*~ \ liba52/*.o liba52/*~ \ apiexample $(TESTS) $(MAKE) -C libpostproc clean