Remove ffmpeg from Android build

This doesn't work on Android right now, and should allow the apk to at least launch.
This commit is contained in:
Joshua Goins
2023-12-02 03:53:55 +00:00
parent 225092a193
commit 3a1cac6c99

View File

@@ -92,6 +92,7 @@ android {
exclude 'lib/*/*_imageformats_qtga_*'
exclude 'lib/*/*_imageformats_qtiff_*'
exclude 'lib/*/*_qmltooling_*'
exclude 'lib/*/*_multimedia_ffmpeg*' // temporary qt6 android fix
}
aaptOptions {