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:
committed by
Cole Helbling
parent
bc9c6e60a3
commit
d55c97e7b5
@@ -29,6 +29,10 @@ mkDerivation rec {
|
||||
pkg-config
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DVIDEO_SUPPORT=ON"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
exiv2
|
||||
mpv
|
||||
|
||||
Reference in New Issue
Block a user