audioconvert: fix x86 feature defines

This commit is contained in:
Wim Taymans 2018-12-17 10:20:18 +01:00
parent 52368091e3
commit 5025aa97e6
6 changed files with 17 additions and 13 deletions

View file

@ -576,7 +576,7 @@ static int setup_convert(struct impl *this)
outport->format.info.raw.channels,
outport->format.info.raw.rate);
conv = find_conv_info(src_fmt, dst_fmt, FEATURE_SSE);
conv = find_conv_info(src_fmt, dst_fmt, FEATURE_DEFAULT);
if (conv != NULL) {
spa_log_info(this->log, NAME " %p: got converter features %08x", this,
conv->features);