Mercurial > libavcodec.hg
comparison Makefile @ 1347:cca26199ab17 libavcodec
Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change
author | al3x |
---|---|
date | Mon, 07 Jul 2003 11:19:18 +0000 |
parents | e8543aab0cc9 |
children | f9b088451fb3 |
comparison
equal
deleted
inserted
replaced
1346:44c94325810c | 1347:cca26199ab17 |
---|---|
93 endif | 93 endif |
94 endif | 94 endif |
95 | 95 |
96 # armv4l specific stuff | 96 # armv4l specific stuff |
97 ifeq ($(TARGET_ARCH_ARMV4L),yes) | 97 ifeq ($(TARGET_ARCH_ARMV4L),yes) |
98 ASM_OBJS += armv4l/jrevdct_arm.o | 98 ASM_OBJS += armv4l/jrevdct_arm.o armv4l/simple_idct_arm.o |
99 OBJS += armv4l/dsputil_arm.o armv4l/mpegvideo_arm.o | 99 OBJS += armv4l/dsputil_arm.o armv4l/mpegvideo_arm.o |
100 endif | 100 endif |
101 | 101 |
102 # sun mediaLib specific stuff | 102 # sun mediaLib specific stuff |
103 # currently only works when libavcodec is used in mplayer | 103 # currently only works when libavcodec is used in mplayer |