From 7bb3a302feeff37d14a2abb7c7316efa43f8dd5c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 27 Mar 2012 23:10:02 +0200 Subject: build: Consistently handle conditional compilation for all optimization OBJS. --- libavcodec/mips/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/mips') diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile index 006617687e..37899b1f7a 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -1,3 +1,3 @@ -OBJS-$(HAVE_MMI) += mips/dsputil_mmi.o \ - mips/idct_mmi.o \ - mips/mpegvideo_mmi.o \ +MMI-OBJS += mips/dsputil_mmi.o \ + mips/idct_mmi.o \ + mips/mpegvideo_mmi.o \ -- cgit v1.2.3