diff options
author | Leon van Stuivenberg <leonvs@iae.nl> | 2002-10-03 20:57:19 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-10-03 20:57:19 +0000 |
commit | 5917d17cb79af27681209a745492bdccc37d2f76 (patch) | |
tree | fc485a567406369162ff76ef6b14bf769a1177aa /libavcodec/Makefile | |
parent | a46a3ce416ce058c9553fb4fd6865fbf623fa64b (diff) | |
download | ffmpeg-5917d17cb79af27681209a745492bdccc37d2f76.tar.gz |
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
Originally committed as revision 996 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 d17c368579..08aa1e31ce 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -77,7 +77,7 @@ OBJS += ppc/dsputil_ppc.o endif ifeq ($(TARGET_MMI),yes) -OBJS += ps2/dsputil_mmi.o ps2/idct_mmi.o +OBJS += ps2/dsputil_mmi.o ps2/idct_mmi.o ps2/mpegvideo_mmi.o endif ifeq ($(TARGET_ALTIVEC),yes) |