bundle gstreamer in a better way
This commit is contained in:
parent
d5f60bb1b9
commit
9c66f7dbc8
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue