From 3a1cac6c994f02a6a117d32b6e1cb6456e70b1dc Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 2 Dec 2023 03:53:55 +0000 Subject: [PATCH] Remove ffmpeg from Android build This doesn't work on Android right now, and should allow the apk to at least launch. --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index ca7485170..e5dee5e7b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 {