Skip to content
Snippets Groups Projects
Commit b56a8374 authored by Marc Hoffman's avatar Marc Hoffman Committed by Diego Biurrun
Browse files

Remove stray object from list of Blackfin assembler objects.

patch by Marc Hoffman, mmh pleasantst com

Originally committed as revision 8597 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a5fbe001
No related branches found
No related tags found
No related merge requests found
...@@ -397,7 +397,6 @@ OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \ ...@@ -397,7 +397,6 @@ OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \
ASM_OBJS-$(TARGET_ARCH_BFIN) += bfin/pixels_bfin.o \ ASM_OBJS-$(TARGET_ARCH_BFIN) += bfin/pixels_bfin.o \
bfin/idct_bfin.o \ bfin/idct_bfin.o \
bfin/fdct_bfin.o \ bfin/fdct_bfin.o \
bfin/xidct.o \
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment