summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMarc Hoffman <mmh@pleasantst.com>2007-04-01 22:28:45 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-01 22:28:45 +0000
commit67fd620c01ee3b18a0aacb0fc83ff5f86f481850 (patch)
tree1cd1be18867c9e564705ef212c4edaaeab4a4fbd /libavcodec/Makefile
parentf8fb86e9bb2c6c15103c5d3b6704cf5ae0fdd914 (diff)
bfin dsputils, basic pixel operations sads, diffs, motion compensation
and standard IEEE 8x8 block transforms patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 5ef10bdf84..69c298df89 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -394,6 +394,11 @@ endif
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)
NAME=avcodec