From ac56ff9cc9d442e4dc0cd01593d0f418e1e0cdaa Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 24 Aug 2012 02:10:20 +0200 Subject: build: non-x86: Only compile mpegvideo optimizations when necessary --- libavcodec/alpha/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/alpha') diff --git a/libavcodec/alpha/Makefile b/libavcodec/alpha/Makefile index e55fe49b7b..e28200d45a 100644 --- a/libavcodec/alpha/Makefile +++ b/libavcodec/alpha/Makefile @@ -2,5 +2,6 @@ OBJS += alpha/dsputil_alpha.o \ alpha/dsputil_alpha_asm.o \ alpha/motion_est_alpha.o \ alpha/motion_est_mvi_asm.o \ - alpha/mpegvideo_alpha.o \ alpha/simple_idct_alpha.o \ + +OBJS-$(CONFIG_MPEGVIDEO) += alpha/mpegvideo_alpha.o -- cgit v1.2.3