Low-level, minimal H264 decoder & encoder library for windows, hololens/uwp, ios/tvos/macos, linux, android/quest/magic leap. CAPI for use with c#, unreal, swift
Current main branch is missing a reference to SoyHevc.cpp in the SoyLib.vcxproj, causing a build error for undefined symbols
in TDecoder.cpp for Hevc::IsNaluHevc
Adding these files to the project file appears to fix the build.
Thanks, ill look at this shortly but makes sense :)
I was implementing hevc for apple platforms to check viability for a client, but they didnt move forward with the job, so hevc has been neglected
Current main branch is missing a reference to SoyHevc.cpp in the SoyLib.vcxproj, causing a build error for undefined symbols in TDecoder.cpp for
Hevc::IsNaluHevc
Adding these files to the project file appears to fix the build.