projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5fbe00
)
Remove stray object from list of Blackfin assembler objects.
author
Marc Hoffman
<mmh@pleasantst.com>
Mon, 2 Apr 2007 07:26:14 +0000
(07:26 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 2 Apr 2007 07:26:14 +0000
(07:26 +0000)
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8597 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
69c298d
..
9ec6b96
100644
(file)
--- 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)