# HG changeset patch # User diego # Date 1175498774 0 # Node ID f43b50149387f1998fc1e90aa4df96d8273a7ea3 # Parent 85298e8c55c4c80b14329e98ea6b22d9e1c71161 Remove stray object from list of Blackfin assembler objects. patch by Marc Hoffman, mmh pleasantst com diff -r 85298e8c55c4 -r f43b50149387 Makefile --- a/Makefile Sun Apr 01 22:28:45 2007 +0000 +++ b/Makefile Mon Apr 02 07:26:14 2007 +0000 @@ -397,7 +397,6 @@ ASM_OBJS-$(TARGET_ARCH_BFIN) += bfin/pixels_bfin.o \ bfin/idct_bfin.o \ bfin/fdct_bfin.o \ - bfin/xidct.o \ EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)