mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
a5fbe00195
commit
b56a8374b1
|
@ -397,7 +397,6 @@ OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \
|
|||
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue