mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-11 01:14:24 +01:00
Update plugin library names for gstreamer-1.0
This commit is contained in:
parent
db91aed036
commit
e9dc93942d
11
dist/macdeploy.py
vendored
11
dist/macdeploy.py
vendored
@ -43,10 +43,10 @@ GSTREAMER_PLUGINS=[
|
|||||||
'libgstaudioresample.so',
|
'libgstaudioresample.so',
|
||||||
'libgstautodetect.so',
|
'libgstautodetect.so',
|
||||||
'libgstcoreelements.so',
|
'libgstcoreelements.so',
|
||||||
'libgstdecodebin2.so',
|
|
||||||
'libgstequalizer.so',
|
'libgstequalizer.so',
|
||||||
'libgstgdp.so',
|
'libgstgdp.so',
|
||||||
'libgstosxaudio.so',
|
'libgstosxaudio.so',
|
||||||
|
'libgstplayback.so',
|
||||||
'libgsttcp.so',
|
'libgsttcp.so',
|
||||||
'libgsttypefindfunctions.so',
|
'libgsttypefindfunctions.so',
|
||||||
'libgstudp.so',
|
'libgstudp.so',
|
||||||
@ -55,19 +55,19 @@ GSTREAMER_PLUGINS=[
|
|||||||
# Codecs
|
# Codecs
|
||||||
'libgstapetag.so',
|
'libgstapetag.so',
|
||||||
'libgstasf.so',
|
'libgstasf.so',
|
||||||
|
'libgstaudioparsers.so',
|
||||||
'libgstfaac.so',
|
'libgstfaac.so',
|
||||||
'libgstfaad.so',
|
'libgstfaad.so',
|
||||||
'libgstffmpeg.so',
|
|
||||||
'libgstflac.so',
|
'libgstflac.so',
|
||||||
'libgstid3demux.so',
|
'libgstid3demux.so',
|
||||||
|
'libgstisomp4.so',
|
||||||
'libgstlame.so',
|
'libgstlame.so',
|
||||||
|
'libgstlibav.so',
|
||||||
'libgstmad.so',
|
'libgstmad.so',
|
||||||
'libgstmms.so',
|
'libgstmms.so',
|
||||||
'libgstmpegaudioparse.so',
|
# TODO: Bring back Musepack support.
|
||||||
'libgstmusepack.so',
|
|
||||||
'libgstogg.so',
|
'libgstogg.so',
|
||||||
'libgstopus.so',
|
'libgstopus.so',
|
||||||
'libgstqtdemux.so',
|
|
||||||
'libgstreplaygain.so',
|
'libgstreplaygain.so',
|
||||||
'libgstspeex.so',
|
'libgstspeex.so',
|
||||||
'libgsttaglib.so',
|
'libgsttaglib.so',
|
||||||
@ -91,6 +91,7 @@ GSTREAMER_PLUGINS=[
|
|||||||
|
|
||||||
GSTREAMER_SEARCH_PATH=[
|
GSTREAMER_SEARCH_PATH=[
|
||||||
'/target/lib/gstreamer-1.0',
|
'/target/lib/gstreamer-1.0',
|
||||||
|
'/target/libexec/gstreamer-1.0',
|
||||||
]
|
]
|
||||||
|
|
||||||
QT_PLUGINS = [
|
QT_PLUGINS = [
|
||||||
|
Loading…
Reference in New Issue
Block a user