mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix(deploy-exe): add missing OpenGL and QML GL plugin dependencies for GStreamer
This commit is contained in:
@@ -86,7 +86,9 @@ WANTED_PLUGINS=(
|
|||||||
"libgstvideoconvertscale"
|
"libgstvideoconvertscale"
|
||||||
"libgstmultifile"
|
"libgstmultifile"
|
||||||
"libgstjpeg"
|
"libgstjpeg"
|
||||||
|
# GL plugin
|
||||||
"libgstqml6"
|
"libgstqml6"
|
||||||
|
"libgstopengl"
|
||||||
)
|
)
|
||||||
|
|
||||||
mkdir -p "${OUTPUT_DIR}/gstreamer-1.0"
|
mkdir -p "${OUTPUT_DIR}/gstreamer-1.0"
|
||||||
@@ -240,7 +242,11 @@ ADDITIONAL_DLLS=(
|
|||||||
"libmd4c.dll"
|
"libmd4c.dll"
|
||||||
"zlib1.dll"
|
"zlib1.dll"
|
||||||
"libsharpyuv-0.dll"
|
"libsharpyuv-0.dll"
|
||||||
|
#gl plugins dependencies
|
||||||
"libgstapp-1.0-0.dll"
|
"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..."
|
echo "Copying additional MinGW runtime DLLs from MSYS2..."
|
||||||
|
|||||||
Reference in New Issue
Block a user