Thank you for your assistance.
Sysprogs support also mentioned that I must enclose the FFMpeg-based header declarations in an extern “C” block, since the code that refers to those functions expect them to be declared with C++ names; after doing this there were no more ‘undefined referenced to’…linker errors.
Wil