diff options
author | Marc Hoffman <mmh@pleasantst.com> | 2007-04-01 22:28:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-01 22:28:45 +0000 |
commit | 67fd620c01ee3b18a0aacb0fc83ff5f86f481850 (patch) | |
tree | 1cd1be18867c9e564705ef212c4edaaeab4a4fbd /libavcodec/Makefile | |
parent | f8fb86e9bb2c6c15103c5d3b6704cf5ae0fdd914 (diff) | |
download | ffmpeg-67fd620c01ee3b18a0aacb0fc83ff5f86f481850.tar.gz |
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/Makefile | 5 |
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 |