diff Makefile @ 5776:73ec16dbcbc1 libavcodec

blackfin optimized vp3 transform and infastructure for idct
author mhoffman
date Thu, 04 Oct 2007 20:47:12 +0000
parents 3260fa3c89eb
children c3f2a6425d2d
line wrap: on
line diff
--- a/Makefile	Thu Oct 04 15:13:42 2007 +0000
+++ b/Makefile	Thu Oct 04 20:47:12 2007 +0000
@@ -426,10 +426,12 @@
 
 OBJS-$(ARCH_BFIN)                      += bfin/dsputil_bfin.o \
                                           bfin/mpegvideo_bfin.o \
+                                          bfin/vp3_bfin.o \
 
 ASM_OBJS-$(ARCH_BFIN)                  += bfin/pixels_bfin.o \
                                           bfin/fdct_bfin.o   \
                                           bfin/idct_bfin.o   \
+                                          bfin/vp3_idct_bfin.o   \
 
 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)