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:
authorLuca Barbato <lu_zero@gentoo.org>2015-05-11 03:44:10 +0300
committerLuca Barbato <lu_zero@gentoo.org>2015-05-31 13:07:11 +0300
commiteecd29b3fd7fee221580798346d6582b75c7ade4 (patch)
tree00296f39437ffc7ce8e83ada870d634b7415b625 /arch.mak
parent7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331 (diff)
ppc: vsx: Implement float_dsp
Diffstat (limited to 'arch.mak')
-rw-r--r--arch.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch.mak b/arch.mak
index 4bfc883ffa..720062af72 100644
--- a/arch.mak
+++ b/arch.mak
@@ -5,6 +5,7 @@ OBJS-$(HAVE_VFP) += $(VFP-OBJS) $(VFP-OBJS-yes)
OBJS-$(HAVE_NEON) += $(NEON-OBJS) $(NEON-OBJS-yes)
OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS) $(ALTIVEC-OBJS-yes)
+OBJS-$(HAVE_VSX) += $(VSX-OBJS) $(VSX-OBJS-yes)
OBJS-$(HAVE_MMX) += $(MMX-OBJS) $(MMX-OBJS-yes)
OBJS-$(HAVE_YASM) += $(YASM-OBJS) $(YASM-OBJS-yes)