I want to use the OpenH264 library in my Visual Studio C++ project. Now, I was given the advice to use the precompiled version, since they already offer that.
But when I look at the releases there only is a precompiled dll-file, nothing else. Or I'm just incapable of finding the rest.
Anyways, now I have to use the dll-file without any lib- and header files which apparently shouldn't be necessary. So what gives?
What would be the recommended way of advancing from this point on? Can I create the missing files myself or is there a better way of progressing?