summaryrefslogtreecommitdiff
path: root/0-usb-cam-fix-include-not-found.patch
blob: 4f785211b301b1f6532dfe8b17b5b6e5680caeb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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