Can Bal
Can Bal
@markdaws I didn't realize someone else already put together a Swift version and I ended up doing it as well. Here's my version: https://github.com/canbal/arkit-by-example. If interested I'm happy to create...
@lukealonso: libjpeg is defining TRUE/FALSE as an `int`. https://github.com/LuaDist/libjpeg/blob/master/jmorecfg.h#L306. https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/jmorecfg.h#L241 I don't think `true`/`false` is going to fix this. I'm a bit confused to why an explicit cast is required...
Can you share more information about the crash and your environment (OS, gcc version etc)? Also please provide a diff of your changes if you made any. I don't experience...
Strangely AAC decoder is importing `libavformat` header. That feels like a typo to me. Can you see if can safely remove first 3 lines ``` extern "C" { #include "libavformat/avformat.h"...
Thanks for confirming, merged the change: https://github.com/twitter/vireo/pull/14 The linker errors you're seeing are unrelated to the original issue and known. I suspect it's related to the gcc version. Will keep...
Can you share the inputs you used? If you're seeing a segfault we should fix it.
Yes, this is something I'm aware of but I couldn't get to it yet. This is actually a duplicate of #10.
Are you getting a warning or an error during compilation?
Thanks for reporting, and the suggested solution. Can you also attach your full compilation log for more info? When I previously tested with the latest FFmpeg, I remember seeing some...
I see a compile error at the end of your log, along with all the warnings I was talking about. You said you managed the resolve the error, is that...