mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-24 16:31:22 +01:00
Update gst search paths
This commit is contained in:
parent
b74564a06f
commit
ec98c3b850
5
dist/macdeploy.py
vendored
5
dist/macdeploy.py
vendored
@ -89,11 +89,12 @@ GSTREAMER_PLUGINS = [
|
|||||||
|
|
||||||
GSTREAMER_SEARCH_PATH = [
|
GSTREAMER_SEARCH_PATH = [
|
||||||
'/opt/homebrew/lib',
|
'/opt/homebrew/lib',
|
||||||
|
'/opt/homebrew/opt/gstreamer/libexec/gstreamer-1.0',
|
||||||
|
'/usr/local/lib',
|
||||||
'/usr/local/lib/gstreamer-1.0',
|
'/usr/local/lib/gstreamer-1.0',
|
||||||
|
'/usr/local/opt/gstreamer/libexec/gstreamer-1.0',
|
||||||
'/target/lib/gstreamer-1.0',
|
'/target/lib/gstreamer-1.0',
|
||||||
'/target/libexec/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 = [
|
QT_PLUGINS = [
|
||||||
|
Loading…
Reference in New Issue
Block a user