You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is an issue compiling ffmpeg for ios with asm and neon support.
I tried with SDK 4.3, 5.0 and 5.1, but I always get the message "error: invalid operand in inline asm".
I know this error is related to the new GNU assembler.
Disabling asm is no option, because it will slow down the performance massivly.
I already read the related post (#16), but there is no solution.
Hy guys,
there is an issue compiling ffmpeg for ios with asm and neon support.
I tried with SDK 4.3, 5.0 and 5.1, but I always get the message "error: invalid operand in inline asm".
I know this error is related to the new GNU assembler.
Disabling asm is no option, because it will slow down the performance massivly.
I already read the related post (#16), but there is no solution.
PLEASE HELP!
Here is my building script:
The text was updated successfully, but these errors were encountered: