vokoscreen: use latest ffmpeg

gstqt5
Doron Behar 2020-07-03 14:33:42 +03:00
parent 1351ed529d
commit 4b9dca0f45
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, mkDerivation
, pkgconfig, qtbase, qttools, qmake, qtmultimedia, qtx11extras, alsaLib, libv4l, libXrandr
, ffmpeg_3
, ffmpeg
}:
mkDerivation rec {
@ -35,7 +35,7 @@ mkDerivation rec {
'';
postConfigure = ''
substituteInPlace settings/QvkSettings.cpp --subst-var-by ffmpeg ${ffmpeg_3}
substituteInPlace settings/QvkSettings.cpp --subst-var-by ffmpeg ${ffmpeg}
'';
meta = with stdenv.lib; {