John Hartman
Member
I am following the instructions at https://obsproject.com/wiki/Install-Instructions#windows to build OBS. Running CMake Configure gives:
CMake Error at C:/Program Files/CMake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find FFmpeg (missing: FFMPEG_AVCODEC_LIBRARIES
FFMPEG_AVCODEC_INCLUDE_DIRS avcodec avdevice avutil avformat)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindFFmpeg.cmake:151 (find_package_handle_standard_args)
deps/media-playback/CMakeLists.txt:3 (find_package)
I am using the "Pre-built Windows dependencies for VS2019". Looking in the directory tree I see libraries for x264, curl, and mbedTLS but not FFmpeg. There are some include files that begin with FFMPEGxxx
Did I uck something fup, or is FFmpeg missing from the instructions or the pre-build?
I looked at https://ffmpeg.org/download.html, but I hate to embark on yet another adventure in building. The pre-built sites offer a number of options, and I don't know which might be appropriate
CMake Error at C:/Program Files/CMake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find FFmpeg (missing: FFMPEG_AVCODEC_LIBRARIES
FFMPEG_AVCODEC_INCLUDE_DIRS avcodec avdevice avutil avformat)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindFFmpeg.cmake:151 (find_package_handle_standard_args)
deps/media-playback/CMakeLists.txt:3 (find_package)
I am using the "Pre-built Windows dependencies for VS2019". Looking in the directory tree I see libraries for x264, curl, and mbedTLS but not FFmpeg. There are some include files that begin with FFMPEGxxx
Did I uck something fup, or is FFmpeg missing from the instructions or the pre-build?
I looked at https://ffmpeg.org/download.html, but I hate to embark on yet another adventure in building. The pre-built sites offer a number of options, and I don't know which might be appropriate