I am trying to build AV1 codec source code in MS visual studio 2015. When I am compiling aomdec.lib, its getting compiled properly but when I turned it into executable, I am getting some linker errors to the functions which belongs to the standard library (like stdio.h. etc).
The errors are as follows:
severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol __imp__fseek referenced in function _file_is_obu aomdec <filename>
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol __imp__getenv referenced in function _TestEnv aomdec <filename>
and many more errors in the same fashion.
Can someone tell what is wrong with configuration.