Update c_cpp_properties.json

This commit is contained in:
Kamil Trzcinski 2022-04-11 13:15:46 +02:00
parent bce0303b8e
commit 9efcbbc916

View File

@ -6,7 +6,10 @@
"${workspaceFolder}/**", "${workspaceFolder}/**",
"/usr/include/libcamera" "/usr/include/libcamera"
], ],
"defines": [], "defines": [
"USE_LIBCAMERA=1",
"USE_FFMPEG=1"
],
"compilerPath": "/usr/bin/gcc", "compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17", "cStandard": "gnu17",
"cppStandard": "gnu++14", "cppStandard": "gnu++14",