cisco/openh264

iOS h264 enc/dec

taeseongkr opened this issue · 1 comments

I already built with this make ARCH=arm64 but I always failed to run the demo in dec folder.
May I ask where I can find this missing library?
thank you!
Screenshot 2024-05-31 at 15 42 54

I have the same issue. It seems like an include is missing somewhere in the project definition.
As a workaround the path can be manually added to the Header Search Paths for the target (PATH_TO_OPENH264/codec/common/inc).
For anyone else affected, I also have a similar issue with the welsdec project (missing PATH_TO_OPENH264/codec/decoder/core/inc), that can also be worked around in the same way.