summaryrefslogtreecommitdiff
path: root/0-usb-cam-fix-include-not-found.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-04-01 03:41:22 +0000
committerCoprDistGit <infra@openeuler.org>2026-04-01 03:41:22 +0000
commitd44b266ea118e7ee76ab6a897ad8478599663a9e (patch)
treea9fa0da97ae4671589be109f4c8b453ad6c9503c /0-usb-cam-fix-include-not-found.patch
parent2554ab270b3b70029529759301b84986cd84bc59 (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.patch16
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
+