Daniel Oberhoff
Daniel Oberhoff
ok, I thought about this. there is already the concept of a package in cget. so what I will do is generate a hash from a source spec and build...
isnt that already working? on my machine (macos) it caches stuff in a computer wide cache dir :)
Why not destructors? I.e. simply a method called when something goes out of scope/ref count reaches 0? In my mind its a rather simple addition, but i fear i may...
Pk, you are right. That would be a defer. Destructors would be connected to ref counting and called when it reaches 0
Why do you think defer is expensive though? Its just code that gets called on scope exit. Since you don't have exceptions this is fully static, no? I.e. only paid...
Interesting. Raw pointers are the one thing that i will have a hard time letting go of should i ever leave c++ for rust. Its so often that i build...
I have trouble building libjpeg from conan-center for simulator. it is using autotools. curiously I found a very simple script that actually works [here](https://kakyoism.github.io/2019/10/17/Build-a-GNU-Autotools-based-project-for-iOS-Part-1/). is it possible to teach conan...
yes, that is because there is an ambiguity. I suppose the whole utility will have problems with polymorphic functions...
did you get it to work? do you have an ffmpeg command line or patch to pion to make it work? we need to stream both from ffmpeg and hik...
what I gather from the sdp that ffmpeg spits out is it always uses packetization mode 1 (non-interleaved single nalu, with large nalus being fragmented into fu-a)