cmake HAVE_LINUX_VIDEODEV2_H examples

ComputationalBiomechanicsLab/opensim-creator third_party/SDL/CMakeLists.txt :1622

check_c_source_compiles("
          #include <linux/videodev2.h>
          int main(int argc, char** argv) { return 0; }" HAVE_LINUX_VIDEODEV2_H)

tanis2000/binocle-c src/deps/sdl/CMakeLists.txt :1614

check_c_source_compiles("
          #include <linux/videodev2.h>
          int main(int argc, char** argv) { return 0; }" HAVE_LINUX_VIDEODEV2_H)

cadaver/turso3d ThirdParty/SDL/CMakeLists.txt :1564

check_c_source_compiles("
          #include <linux/videodev2.h>
          int main(int argc, char** argv) { return 0; }" HAVE_LINUX_VIDEODEV2_H)

mxcop/src-dgi extern/sdl/CMakeLists.txt :1570

check_c_source_compiles("
          #include <linux/videodev2.h>
          int main(int argc, char** argv) { return 0; }" HAVE_LINUX_VIDEODEV2_H)

Hork-Engine/Hork-Source ThirdParty/SDL3/CMakeLists.txt :1565

check_c_source_compiles("
          #include <linux/videodev2.h>
          int main(int argc, char** argv) { return 0; }" HAVE_LINUX_VIDEODEV2_H)

godlikepanos/anki-3d-engine ThirdParty/Sdl3/CMakeLists.txt :1622

check_c_source_compiles("
          #include <linux/videodev2.h>
          int main(int argc, char** argv) { return 0; }" HAVE_LINUX_VIDEODEV2_H)

RavEngine/RavEngine deps/SDL/CMakeLists.txt :1622

check_c_source_compiles("
          #include <linux/videodev2.h>
          int main(int argc, char** argv) { return 0; }" HAVE_LINUX_VIDEODEV2_H)

cvet/fonline ThirdParty/SDL/CMakeLists.txt :1622

check_c_source_compiles("
          #include <linux/videodev2.h>
          int main(int argc, char** argv) { return 0; }" HAVE_LINUX_VIDEODEV2_H)