Skip to content

meson: fix compilation for non-x86 platforms

Felix Paul Kühne requested to merge fkuehne/medialibrary:fix-arm-build into master

Commit d4024e56 added the x86-dispatch for all platforms which was previously limited to x86 as dispatch support was not extended beyond this architecture yet.

This reverts this minor part of the commit.

Merge request reports