From 43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 16 Mar 2010 21:22:59 +0000 Subject: Move arch-specific makefile parts into $arch/Makefile Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mips/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libavcodec/mips/Makefile (limited to 'libavcodec/mips') diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile new file mode 100644 index 0000000000..3f4da68ec9 --- /dev/null +++ b/libavcodec/mips/Makefile @@ -0,0 +1,3 @@ +OBJS-$(HAVE_MMI) += ps2/dsputil_mmi.o \ + ps2/idct_mmi.o \ + ps2/mpegvideo_mmi.o \ -- cgit v1.2.3