diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-04-06 09:56:38 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-04-06 09:56:38 +0000 |
| commit | 8a22c2d90045d2da199a416a307f9572620fb2dd (patch) | |
| tree | a67626ed41c18465be4ad7e0612b7c43c13b1a67 /0-usb-cam-fix-include-not-found.patch | |
| parent | 9bcc7be6c993734206be1e3cf57ca8cbe94ebce0 (diff) | |
automatic import of usb-cam
Diffstat (limited to '0-usb-cam-fix-include-not-found.patch')
| -rw-r--r-- | 0-usb-cam-fix-include-not-found.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/0-usb-cam-fix-include-not-found.patch b/0-usb-cam-fix-include-not-found.patch new file mode 100644 index 0000000..4f78521 --- /dev/null +++ b/0-usb-cam-fix-include-not-found.patch @@ -0,0 +1,16 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 7643f27..14d333d 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -42,6 +42,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC + "include" + ) + ++include_directories(/usr/include/ffmpeg) ++ + target_link_libraries(${PROJECT_NAME} + ${avcodec_LIBRARIES} + ${avutil_LIBRARIES} +-- +2.41.0 + |
