icamerasrc: fix compilation
This commit is contained in:
parent
6c5f0ae886
commit
6d6d5aa6f8
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue