bundle gstreamer in a better way

This commit is contained in:
Martin Rotter 2022-09-07 08:56:43 +02:00
parent d5f60bb1b9
commit 9c66f7dbc8

View file

@ -85,6 +85,9 @@ if [ $is_linux = true ]; then
# Adjust library search paths.
export LD_LIBRARY_PATH="$QTPATH/$QTVERSION/$QTOS/lib:$(pwd)/AppDir/usr/lib"
# GStreamer stuff.
export GSTREAMER_INCLUDE_BAD_PLUGINS="1"
# Create AppImage.
./linuxdeploy-x86_64.AppImage --output "appimage" --plugin "qt" --plugin "gstreamer" --appdir "AppDir"