summaryrefslogtreecommitdiff
path: root/0-usb-cam-fix-include-not-found.patch
blob: fe08b605c6e27f18fbab5b9e28d4928363d4eb69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a83c1e..3824925 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,6 +43,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC
   ${OpenCV_INCLUDE_DIRS}
 )
 
+include_directories(/usr/include/ffmpeg)
+
 target_link_libraries(${PROJECT_NAME}
   ${avcodec_LIBRARIES}
   ${avutil_LIBRARIES}