Update gst search paths

This commit is contained in:
John Maguire 2023-07-10 23:59:10 +01:00
parent b74564a06f
commit ec98c3b850
1 changed files with 3 additions and 2 deletions

5
dist/macdeploy.py vendored
View File

@ -89,11 +89,12 @@ GSTREAMER_PLUGINS = [
GSTREAMER_SEARCH_PATH = [
'/opt/homebrew/lib',
'/opt/homebrew/opt/gstreamer/libexec/gstreamer-1.0',
'/usr/local/lib',
'/usr/local/lib/gstreamer-1.0',
'/usr/local/opt/gstreamer/libexec/gstreamer-1.0',
'/target/lib/gstreamer-1.0',
'/target/libexec/gstreamer-1.0',
'/usr/local/opt/gstreamer/libexec/gstreamer-1.0',
'/opt/homebrew/Cellar/gstreamer/1.22.4/libexec/gstreamer-1.0',
]
QT_PLUGINS = [