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:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-01 00:23:58 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-06-01 00:42:36 +0300
commitda9a6f4a2b9a3d0ab2224923b2e8f984d928791e (patch)
tree7664bfa461bc7dc1d371f022f419c1271c4ef275 /arch.mak
parent1aff90504aa65f1a53304d041ceef940f8b41c9d (diff)
parenteecd29b3fd7fee221580798346d6582b75c7ade4 (diff)
Merge commit 'eecd29b3fd7fee221580798346d6582b75c7ade4'
* commit 'eecd29b3fd7fee221580798346d6582b75c7ade4': ppc: vsx: Implement float_dsp Conflicts: libavutil/ppc/float_dsp_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 bda3ae10ac..4508c2a242 100644
--- a/arch.mak
+++ b/arch.mak
@@ -11,6 +11,7 @@ OBJS-$(HAVE_MSA) += $(MSA-OBJS) $(MSA-OBJS-yes)
OBJS-$(HAVE_LOONGSON3) += $(LOONGSON3-OBJS) $(LOONGSON3-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)