projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5550eba
)
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
author
Måns Rullgård
<mans@mansr.com>
Mon, 17 Mar 2008 02:33:08 +0000
(
02:33
+0000)
committer
Måns Rullgård
<mans@mansr.com>
Mon, 17 Mar 2008 02:33:08 +0000
(
02:33
+0000)
Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index a3570bd262b45fae47e285088756036b7bebf640..a00c2acfce6db1073294e3be82b0e50a691a5463 100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-399,8
+399,9
@@
OBJS-$(ARCH_ARMV4L) += armv4l/dsputil_arm.o \
OBJS-$(HAVE_IWMMXT) += armv4l/dsputil_iwmmxt.o \
armv4l/mpegvideo_iwmmxt.o \
+OBJS-$(HAVE_ARMV5TE) += armv4l/mpegvideo_armv5te.o \
+
ASM_OBJS-$(HAVE_ARMV5TE) += armv4l/simple_idct_armv5te.o \
- armv4l/mpegvideo_armv5te.o \
ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \