Add a warning when there is no AVCODEC

This commit is contained in:
Isaac Connor 2020-02-27 11:56:49 -05:00
parent 4dee3532c3
commit 40742503b9
1 changed files with 1 additions and 0 deletions

View File

@ -545,6 +545,7 @@ if(AVCODEC_LIBRARIES)
check_include_file("libavcodec/avcodec.h" HAVE_LIBAVCODEC_AVCODEC_H)
set(optlibsfound "${optlibsfound} AVCodec")
else(AVCODEC_LIBRARIES)
message(WARNING "\nWhile it should be possible to build ZM without AVCODEC the result will pretty useless.")
set(optlibsnotfound "${optlibsnotfound} AVCodec")
endif(AVCODEC_LIBRARIES)