Skip to content

Commit

Permalink
chromaprint: use latest ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored and ehmry committed Jul 3, 2020
1 parent b9fd42d commit b63e659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/chromaprint/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, boost, ffmpeg_3 }:
{ stdenv, fetchurl, cmake, boost, ffmpeg }:

stdenv.mkDerivation rec {
pname = "chromaprint";
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ cmake ];

buildInputs = [ boost ffmpeg_3 ];
buildInputs = [ boost ffmpeg ];

cmakeFlags = [ "-DBUILD_EXAMPLES=ON" "-DBUILD_TOOLS=ON" ];

Expand Down

0 comments on commit b63e659

Please sign in to comment.