Add libgstlame.so to macdeploy (#63)
This commit is contained in:
parent
8f9b1d708b
commit
22c476d507
|
@ -30,6 +30,7 @@ before_install:
|
|||
brew install chromaprint;
|
||||
brew install libcdio libmtp libimobiledevice libplist;
|
||||
export Qt5_DIR=/usr/local/opt/qt5/lib/cmake;
|
||||
ls /usr/local/lib/gstreamer-1.0;
|
||||
fi
|
||||
before_script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker exec build cmake -Hstrawberry -Bbuild -DENABLE_STREAM_DEEZER=ON ; fi
|
||||
|
|
|
@ -100,6 +100,7 @@ GSTREAMER_PLUGINS = [
|
|||
'libgsttaglib.so',
|
||||
'libgstvorbis.so',
|
||||
'libgstisomp4.so',
|
||||
'libgstlame.so',
|
||||
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue