Mercurial > libavcodec.hg
changeset 5700:38d6bfd301e6 libavcodec
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.
author | diego |
---|---|
date | Sun, 23 Sep 2007 21:02:22 +0000 |
parents | c5c356f38cc4 |
children | 2ebe21b63ca9 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Sep 23 16:11:07 2007 +0000 +++ b/Makefile Sun Sep 23 21:02:22 2007 +0000 @@ -378,7 +378,7 @@ ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \ -OBJS-$(ARCH_SPARC) += sparc/dsputil_vis.o \ +OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \ sparc/simple_idct_vis.o \ sparc/dsputil_vis.o sparc/simple_idct_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc