From 0bf184e59cdb9a33883b8a04c8573d132ab5ee7c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 7 Feb 2012 15:06:09 +0100 Subject: 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. --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 6c9673f..a891651 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) -- cgit v1.1