This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
49e35f497f
ffmpeg
/
libavcodec
/
mips
/
Makefile
4 lines
222 B
Makefile
Raw
Normal View
History
Unescape
Escape
Move PS2 MMI code below the mips subdirectory, where it belongs. Also give a more suitable name to the MMI-optimized IDCT; it is not PS2-specific, as the name currently suggests.
2012-02-07 14:06:09 +00:00
OBJS-$(HAVE_MMI)
+=
mips/dsputil_mmi.o
\
mips/idct_mmi.o
\
mips/mpegvideo_mmi.o
\