summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>2007-01-07 23:24:14 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2007-01-07 23:24:14 +0000
commit7a8860639857eb96ab9a7ac4f1a38ceeb9a0993f (patch)
tree3da37816be7e04b8062d323cd63f533432270047 /libavcodec/Makefile
parenta5474d50c3e6e0661a3a68030f9205b4c03fc301 (diff)
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
patch by Siarhei Siamashka % siarhei P siamashka A gmail P com % Original thread: Date: Jan 6, 2007 5:07 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) (try2) and Date: Jan 2, 2007 6:13 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) Originally committed as revision 7423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3322453860..c1dec5848d 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -351,6 +351,7 @@ OBJS-$(TARGET_IWMMXT) += armv4l/dsputil_iwmmxt.o \
armv4l/mpegvideo_iwmmxt.o \
ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \
+ armv4l/mpegvideo_armv5te.o \
# sun sparc
OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o \