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

This commit is contained in:
Artturi 2022-12-29 15:49:07 +02:00 committed by GitHub
commit a76df461f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [