Skip to content

Commit

Permalink
docs: fix ffmpeg include directory (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jun 19, 2024
1 parent 722e560 commit 9a82b68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/platform/linux/misc.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file src/misc.cpp
* @file src/platform/linux/misc.cpp
* @brief todo
*/

Expand Down
2 changes: 1 addition & 1 deletion src/rtsp.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file src/rstp.cpp
* @file src/rtsp.cpp
* @brief todo
*/
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
Expand Down

0 comments on commit 9a82b68

Please sign in to comment.