qimgv: enable video support
This patch enables video support for qimgv. VIDEO_SUPPORT=OFF is still the default for the version of qimgv we have. Looks like it will be enabled by default in the future though.
This commit is contained in:
parent
bc9c6e60a3
commit
d55c97e7b5
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ mkDerivation rec {
|
|||
pkg-config
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DVIDEO_SUPPORT=ON"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
exiv2
|
||||
mpv
|
||||
|
|
Loading…
Reference in a new issue