From 9efcbbc91664711a7a841cec3e2f27335e1154fa Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Mon, 11 Apr 2022 13:15:46 +0200 Subject: [PATCH] Update `c_cpp_properties.json` --- .vscode/c_cpp_properties.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index e100d62..9c0de2a 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -6,7 +6,10 @@ "${workspaceFolder}/**", "/usr/include/libcamera" ], - "defines": [], + "defines": [ + "USE_LIBCAMERA=1", + "USE_FFMPEG=1" + ], "compilerPath": "/usr/bin/gcc", "cStandard": "gnu17", "cppStandard": "gnu++14",