obs-studio: use libvlc

This commit is contained in:
Thomas Tuegel 2020-09-25 10:50:44 -05:00 committed by Thomas Tuegel
parent ebe4cc8870
commit 270d8a0409
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -20,7 +20,7 @@
, xorg , xorg
, makeWrapper , makeWrapper
, pkgconfig , pkgconfig
, vlc , libvlc
, mbedtls , mbedtls
, scriptingSupport ? true , scriptingSupport ? true
@ -65,7 +65,7 @@ in mkDerivation rec {
qtsvg qtsvg
speex speex
x264 x264
vlc libvlc
makeWrapper makeWrapper
mbedtls mbedtls
] ]
@ -84,7 +84,7 @@ in mkDerivation rec {
postInstall = '' postInstall = ''
wrapProgram $out/bin/obs \ wrapProgram $out/bin/obs \
--prefix "LD_LIBRARY_PATH" : "${xorg.libX11.out}/lib:${vlc}/lib" --prefix "LD_LIBRARY_PATH" : "${xorg.libX11.out}/lib:${libvlc}/lib"
''; '';
postFixup = stdenv.lib.optionalString stdenv.isLinux '' postFixup = stdenv.lib.optionalString stdenv.isLinux ''