summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMarc Hoffman <mmh@pleasantst.com>2007-04-02 07:26:14 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-02 07:26:14 +0000
commitb56a8374b1802be699676c0b84d3edfefbdee011 (patch)
treea738fbabc5f726e689c02cc4b2ed57e0d031bfef /libavcodec/Makefile
parenta5fbe001957936b6fa1a621277a9aa48d6bcb532 (diff)
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
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
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)