fix(deploy-exe): add missing OpenGL and QML GL plugin dependencies for GStreamer

This commit is contained in:
uncor3
2026-06-21 01:17:09 +03:00
parent 40614ce4ac
commit a9d7c24ce3
+6
View File
@@ -86,7 +86,9 @@ WANTED_PLUGINS=(
"libgstvideoconvertscale"
"libgstmultifile"
"libgstjpeg"
# GL plugin
"libgstqml6"
"libgstopengl"
)
mkdir -p "${OUTPUT_DIR}/gstreamer-1.0"
@@ -240,7 +242,11 @@ ADDITIONAL_DLLS=(
"libmd4c.dll"
"zlib1.dll"
"libsharpyuv-0.dll"
#gl plugins dependencies
"libgstapp-1.0-0.dll"
"libgstgl-1.0-0.dll"
"libgstcontroller-1.0-0.dll"
"libgraphene-1.0-0.dll"
)
echo "Copying additional MinGW runtime DLLs from MSYS2..."