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