I downloded the sample session from the intel media sdk and tried to build it . But unfortunatly it always says :"cannot open file 'libmfx_vs2015.lib'" . I have looked on many solutions saying i should change the path of the linker in the project propertires but it didn't change anything about the build. Can anyone point me in the right direction or atleast point me to a decent tutorial on how to use the media sdk api ?
Cahnging the path for the additional lib
LNK1104 cannot open file'libmfx_vs2015.lib'
LNK1104 cannot open file 'libmfx_vs2015.lib' (or any other library) usually means one of the following three things:
Linker->General->Additional Library Directories
setting for the current configuration or the system wide directories property page: https://learn.microsoft.com/en-us/cpp/build/reference/vcpp-directories-property-page?view=vs-2019