icamerasrc: fix compilation

This commit is contained in:
André Silva 2023-07-19 17:36:22 +01:00
parent 6c5f0ae886
commit 6d6d5aa6f8
No known key found for this signature in database
GPG key ID: 7C34FA12A023DC55

View file

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
];
NIX_CFLAGS_COMPILE = [
"-Wno-error"
# gstcameradeinterlace.cpp:55:10: fatal error: gst/video/video.h: No such file or directory
"-I${gst_all_1.gst-plugins-base.dev}/include/gstreamer-1.0"
];