NewChromantics / PopH264

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
http://poph264.com/
Mozilla Public License 2.0
84 stars 15 forks source link

Update Windows project files to include upstream changes from SoyLib #91

Closed southie closed 5 months ago

southie commented 5 months ago

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.

SoylentGraham commented 5 months ago

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