Skip to content

Commit

Permalink
not having H265 encoder is only a warning on cmake run
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 23, 2024
1 parent 5b388f7 commit 580fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ if(BUILD_TOXAV)
set(BUILD_TOXAV OFF)
endif()
if(NOT X265_FOUND)
message(${NO_TOXAV_ERROR_TYPE} "Option BUILD_TOXAV is enabled but H265 encoder support will be disabled.")
message(WARNING "Option BUILD_TOXAV is enabled but H265 encoder support will be disabled.")
set(BUILD_H265 OFF)
endif()
if(NOT LIBAVCODEC_FOUND)
Expand Down

0 comments on commit 580fb53

Please sign in to comment.