Charley Robinson
Charley Robinson
For those who came here via google: http://stackoverflow.com/questions/7874667/trying-to-compile-last-ffmpeg-iphone-error-invalid-operand-in-inline-asm
Edwin- have you tried disabling asm support when configuring ffmpeg? This was sufficient to solve the issue for me, and the ffmpeg libraries still work fine without it.
Yes; turn the optimizations off for your target architecture. ffmpeg runs just fine without them.
If you feel you must have optimizations turned on, simply disable the defines for all 64-bit inline assembly declarations, as per the instructions I linked early in the thread. Here's...
Hmm, I did not have the same result when using a custom AVIOContext for my input format. Maybe check to ensure the packet ordering is being preserved? Within that 12-byte...
I think we'll be taking another look at this project in the coming months. In the meantime, I did start a separate project that uses the same API to accumulate...
@dylanjha Probably some modifications might be wise for periodic sampling -- I'll shoot you an email and we can discuss.