Unverified Commit a76df461 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #193574 from SrTobi-Forks/motion-tracker-for-kdenlive

parents f6f53180 50a4a15e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
, qtsvg
, fftw
, vid-stab
, opencv3
, opencv4
, ladspa-sdk
, gitUpdater
, ladspaPlugins
@@ -51,7 +51,7 @@ mkDerivation rec {
    sox
    fftw
    vid-stab
    opencv3
    opencv4
    ladspa-sdk
    ladspaPlugins
    rubberband
@@ -64,6 +64,7 @@ mkDerivation rec {
  cmakeFlags = [
    # RPATH of binary /nix/store/.../bin/... contains a forbidden reference to /build/
    "-DCMAKE_SKIP_BUILD_RPATH=ON"
    "-DMOD_OPENCV=ON"
  ];

  qtWrapperArgs = [