diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-05-11 02:44:10 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-05-31 12:07:11 +0200 |
commit | eecd29b3fd7fee221580798346d6582b75c7ade4 (patch) | |
tree | 00296f39437ffc7ce8e83ada870d634b7415b625 /arch.mak | |
parent | 7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331 (diff) | |
download | ffmpeg-eecd29b3fd7fee221580798346d6582b75c7ade4.tar.gz |
ppc: vsx: Implement float_dsp
Diffstat (limited to 'arch.mak')
-rw-r--r-- | arch.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |