Skip to content

More thoroughly disable ffmpeg backend of QtMultimedia on Android

Volker Krause requested to merge work/vkrause/android-disable-ffmpeg into master

Just not having the dependency is not enough if ffmpeg is present due to other things needing it.

This is needed as androiddeployqt fails to deploy the QtMultimedia ffmpeg plugin with all its dependencies and thus the mere presence of that plugin results in non-starting APKs.

Merge request reports