--- src/plugins/multimedia/ffmpeg/CMakeLists.txt.orig	2025-03-09 20:10:22 UTC
+++ src/plugins/multimedia/ffmpeg/CMakeLists.txt
@@ -86,7 +86,7 @@ qt_internal_add_module(FFmpegMediaPluginImplPrivate
         ../../../3rdparty/signalsmith-stretch/
 )
 
-if (LINUX OR ANDROID)
+if (UNIX OR ANDROID)
     # We have 2 options: link shared stubs to FFmpegMediaPluginImplPrivate vs
     # static compilation of the needed stubs to the FFmpeg plugin.
     # Currently, we chose the second option so that user could trivially
