You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi sorry, please help, I'm trying to build the library following the instructions here
I have installed all requirements as well as perl which is needed to get aom.cmd built and isnt listed
Instructions say run cmake .. -DAVIF_LOCAL_AOM=ON -DAVIF_CODEC_AOM=LOCAL but a message says Setting AVIF_CODEC_AOM and AVIF_LOCAL_AOM is deprecated. Set AVIF_CODEC_AOM to LOCAL instead. so I tried that too but get the same error below
> cmake .. -DAVIF_LOCAL_AOM=ON -DAVIF_CODEC_AOM=LOCAL
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19042.
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
CMake Error at C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find libyuv (missing: LIBYUV_LIBRARY LIBYUV_LIBRARIES
LIBYUV_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/Findlibyuv.cmake:52 (find_package_handle_standard_args)
CMakeLists.txt:221 (find_package)
CMakeLists.txt:240 (check_avif_option)
-- Configuring incomplete, errors occurred!
See also "C:/python-avif/libavif/cmake/CMakeFiles/CMakeOutput.log".
I ran libyuv.cmd and that ran fine, but I dont know what to do to link CMake with the files
Any help will be appreciated
The text was updated successfully, but these errors were encountered:
Hi sorry, please help, I'm trying to build the library following the instructions here
I have installed all requirements as well as
perl
which is needed to get aom.cmd built and isnt listedInstructions say run
cmake .. -DAVIF_LOCAL_AOM=ON -DAVIF_CODEC_AOM=LOCAL
but a message saysSetting AVIF_CODEC_AOM and AVIF_LOCAL_AOM is deprecated. Set AVIF_CODEC_AOM to LOCAL instead.
so I tried that too but get the same error belowI ran
libyuv.cmd
and that ran fine, but I dont know what to do to link CMake with the filesAny help will be appreciated
The text was updated successfully, but these errors were encountered: