Mercurial > libavcodec.hg
diff Makefile @ 744:2f7da29ede37 libavcodec
Move Alpha optimized IDCT to own file. Based on a patch by M?ns
Rullg?rd <mru@users.sourceforge.net>.
I've left out the idctCol2 part, because W4 has recently been decreed
to be 16383, and also I doubt it will give a noticeable speedup.
| author | mellum |
|---|---|
| date | Fri, 11 Oct 2002 23:01:16 +0000 |
| parents | b24ea84b23e2 |
| children | 25d7fb7c89be |
line wrap: on
line diff
--- a/Makefile Fri Oct 11 13:49:16 2002 +0000 +++ b/Makefile Fri Oct 11 23:01:16 2002 +0000 @@ -67,7 +67,8 @@ # alpha specific stuff ifeq ($(TARGET_ARCH_ALPHA),yes) -OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o alpha/motion_est_alpha.o +OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o \ + alpha/simple_idct_alpha.o alpha/motion_est_alpha.o ASM_OBJS += alpha/dsputil_alpha_asm.o alpha/motion_est_mvi_asm.o CFLAGS += -fforce-addr -freduce-all-givs endif
