Mercurial > libavcodec.hg
diff Makefile @ 4765:85298e8c55c4 libavcodec
bfin dsputils, basic pixel operations sads, diffs, motion compensation
and standard IEEE 8x8 block transforms
patch by Marc Hoffman, mmh pleasantst com
author | diego |
---|---|
date | Sun, 01 Apr 2007 22:28:45 +0000 |
parents | 502ddfbdbaee |
children | f43b50149387 |
line wrap: on
line diff
--- a/Makefile Sun Apr 01 22:20:51 2007 +0000 +++ b/Makefile Sun Apr 01 22:28:45 2007 +0000 @@ -394,6 +394,11 @@ 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