diff 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
line wrap: on
line diff
--- a/Makefile	Sun Jul 06 21:24:04 2003 +0000
+++ b/Makefile	Mon Jul 07 11:19:18 2003 +0000
@@ -95,7 +95,7 @@
 
 # armv4l specific stuff
 ifeq ($(TARGET_ARCH_ARMV4L),yes)
-ASM_OBJS += armv4l/jrevdct_arm.o
+ASM_OBJS += armv4l/jrevdct_arm.o armv4l/simple_idct_arm.o
 OBJS += armv4l/dsputil_arm.o armv4l/mpegvideo_arm.o
 endif