Build: add "include/ffmpeg" to the include search path
Support the path used by ffmpeg-devel on Fedora. Resolves #147952.
This commit is contained in:
@@ -47,6 +47,8 @@ find_path(_ffmpeg_INCLUDE_DIR
|
||||
${_ffmpeg_SEARCH_DIRS}
|
||||
PATH_SUFFIXES
|
||||
include
|
||||
# Used by `ffmpeg-devel` on Fedora (see #147952).
|
||||
include/ffmpeg
|
||||
)
|
||||
|
||||
set(_ffmpeg_LIBRARIES)
|
||||
|
||||
Reference in New Issue
Block a user