Add libgstlame.so to macdeploy (#63)

This commit is contained in:
Jonas Kvinge 2019-01-19 18:00:47 +01:00 committed by GitHub
parent 8f9b1d708b
commit 22c476d507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -100,6 +100,7 @@ GSTREAMER_PLUGINS = [
'libgsttaglib.so',
'libgstvorbis.so',
'libgstisomp4.so',
'libgstlame.so',
]