Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-24 04:10:20 +0400
committerDiego Biurrun <diego@biurrun.de>2012-10-09 16:45:59 +0400
commitac56ff9cc9d442e4dc0cd01593d0f418e1e0cdaa (patch)
treedb738d0730ded89496cae0f6c50d71b77c78718c /libavcodec/alpha
parent8dd0650fe67398d78214687b1a15e614239ff593 (diff)
build: non-x86: Only compile mpegvideo optimizations when necessary
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r--libavcodec/alpha/Makefile3
1 files changed, 2 insertions, 1 deletions
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