Mercurial > libavcodec.hg
comparison Makefile @ 5618:ad0ab0eebd69 libavcodec
add simple_idct implemented in Sparc VIS
patch by Balatoni Denes % dbalatoni A interware P hu%
Original thread: Messages starting with:
[PATCH] SPARC VIS simple_idct *
author | gpoirier |
---|---|
date | Thu, 30 Aug 2007 19:18:23 +0000 |
parents | 296006eeb808 |
children | 8269c8349447 |
comparison
equal
deleted
inserted
replaced
5617:4051bdeecabf | 5618:ad0ab0eebd69 |
---|---|
374 armv4l/mpegvideo_armv5te.o \ | 374 armv4l/mpegvideo_armv5te.o \ |
375 | 375 |
376 ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \ | 376 ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \ |
377 | 377 |
378 OBJS-$(ARCH_SPARC) += sparc/dsputil_vis.o \ | 378 OBJS-$(ARCH_SPARC) += sparc/dsputil_vis.o \ |
379 sparc/simple_idct_vis.o \ | |
379 | 380 |
380 sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc | 381 sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc |
381 | 382 |
382 OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \ | 383 OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \ |
383 | 384 |