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/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/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 6c9673f13d..a891651f26 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -694,7 +694,7 @@ HOSTPROGS = aac_tablegen aacps_tablegen cbrt_tablegen cos_tablegen \ dv_tablegen motionpixels_tablegen mpegaudio_tablegen \ pcm_tablegen qdm2_tablegen sinewin_tablegen -DIRS = alpha arm avr32 bfin ppc ps2 sh4 sparc x86 +DIRS = alpha arm avr32 bfin mips ppc sh4 sparc x86 CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF) |