diff options
author | Marc Hoffman <mmh@pleasantst.com> | 2007-04-02 07:26:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-02 07:26:14 +0000 |
commit | b56a8374b1802be699676c0b84d3edfefbdee011 (patch) | |
tree | a738fbabc5f726e689c02cc4b2ed57e0d031bfef | |
parent | a5fbe001957936b6fa1a621277a9aa48d6bcb532 (diff) | |
download | ffmpeg-b56a8374b1802be699676c0b84d3edfefbdee011.tar.gz |
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
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 69c298df89..9ec6b96f12 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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) |