diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-10-06 15:27:01 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-10-06 15:27:01 +0000 |
commit | 676e200cfff6f94e8dae29b2410ddc894578852a (patch) | |
tree | 3db83595ae893870dd45f9f75bbc2687b1f9c433 /libavcodec/Makefile | |
parent | 6c3830660013a0d18dea65edbeb94476f7f56fed (diff) | |
download | ffmpeg-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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index c914bb6cf3..c956f052d7 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 |