summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-10-06 15:27:01 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-10-06 15:27:01 +0000
commit676e200cfff6f94e8dae29b2410ddc894578852a (patch)
tree3db83595ae893870dd45f9f75bbc2687b1f9c433 /libavcodec/Makefile
parent6c3830660013a0d18dea65edbeb94476f7f56fed (diff)
downloadffmpeg-streaming-676e200cfff6f94e8dae29b2410ddc894578852a.zip
ffmpeg-streaming-676e200cfff6f94e8dae29b2410ddc894578852a.tar.gz
trying to fix the non-x86 IDCTs (untested)
Originally committed as revision 1006 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index c914bb6..c956f05 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -55,7 +55,7 @@ endif
# armv4l specific stuff
ifeq ($(TARGET_ARCH_ARMV4L),yes)
ASM_OBJS += armv4l/jrevdct_arm.o
-OBJS += armv4l/dsputil_arm.o
+OBJS += armv4l/dsputil_arm.o armv4l/mpegvideo_arm.o
endif
# sun mediaLib specific stuff
OpenPOWER on IntegriCloud