From 9a82b6810ad5a5a3b2af1ca6581285b579a4031a Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:54:35 -0400 Subject: [PATCH] docs: fix ffmpeg include directory (#2727) --- docs/Doxyfile | 2 +- src/platform/linux/misc.cpp | 2 +- src/rtsp.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index d6aa47edd51..6cb5ea3da59 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -2438,7 +2438,7 @@ SEARCH_INCLUDES = YES # RECURSIVE has no effect here. # This tag requires that the tag SEARCH_INCLUDES is set to YES. -INCLUDE_PATH = ../third-party/build-deps/ffmpeg/linux-x86_64/include/ +INCLUDE_PATH = ../third-party/build-deps/ffmpeg/Linux-x86_64/include/ # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the diff --git a/src/platform/linux/misc.cpp b/src/platform/linux/misc.cpp index 980c0804858..650c319acc8 100644 --- a/src/platform/linux/misc.cpp +++ b/src/platform/linux/misc.cpp @@ -1,5 +1,5 @@ /** - * @file src/misc.cpp + * @file src/platform/linux/misc.cpp * @brief todo */ diff --git a/src/rtsp.cpp b/src/rtsp.cpp index d690c0c7c3f..044b8fbbe8c 100644 --- a/src/rtsp.cpp +++ b/src/rtsp.cpp @@ -1,5 +1,5 @@ /** - * @file src/rstp.cpp + * @file src/rtsp.cpp * @brief todo */ #define BOOST_BIND_GLOBAL_PLACEHOLDERS