oneam / h264bsd

A simple h264 software decoding library
Other
194 stars 52 forks source link

Neon flag not working on my system #25

Open lyaure opened 1 year ago

lyaure commented 1 year ago

I'm trying to compile the project with the flag "H264Dec_NEON", but the project is not compiling. Does this project support Neon? What else do I need to add or do to successfully compile it?

Thanks

oneam commented 1 year ago

The Neon specific code was stripped out of the library before I adopted it. Unfortunately that flag has never worked.