diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-07 15:06:09 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-13 09:59:53 +0100 |
commit | 0bf184e59cdb9a33883b8a04c8573d132ab5ee7c (patch) | |
tree | 2e4c53856ca2e9a8f265811f69a20d4a1d686c7c /libavcodec/mips/Makefile | |
parent | 75f11901b588684dae19eaa9e5896931b30ffdcc (diff) | |
download | ffmpeg-0bf184e59cdb9a33883b8a04c8573d132ab5ee7c.tar.gz |
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.
Diffstat (limited to 'libavcodec/mips/Makefile')
-rw-r--r-- | libavcodec/mips/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile index 3f4da68ec9..006617687e 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -1,3 +1,3 @@ -OBJS-$(HAVE_MMI) += ps2/dsputil_mmi.o \ - ps2/idct_mmi.o \ - ps2/mpegvideo_mmi.o \ +OBJS-$(HAVE_MMI) += mips/dsputil_mmi.o \ + mips/idct_mmi.o \ + mips/mpegvideo_mmi.o \ |