Skip to content

Commit

Permalink
obs-studio: use libvlc
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Sep 26, 2020
1 parent ebe4cc8 commit 270d8a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/video/obs-studio/default.nix
Expand Up @@ -20,7 +20,7 @@
, xorg
, makeWrapper
, pkgconfig
, vlc
, libvlc
, mbedtls

, scriptingSupport ? true
Expand Down Expand Up @@ -65,7 +65,7 @@ in mkDerivation rec {
qtsvg
speex
x264
vlc
libvlc
makeWrapper
mbedtls
]
Expand All @@ -84,7 +84,7 @@ in mkDerivation rec {

postInstall = ''
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 ''
Expand Down

0 comments on commit 270d8a0

Please sign in to comment.