Re: [FFmpeg-user] Configure error with Android NDK clang compiler

2016-01-17 Thread Carl Eugen Hoyos
Marco Pracucci spreaker.com> writes: > I'm getting some issues while compiling ffmpeg with > Android NDK's clang and this is the first one I encounter: > *GNU assembler not found, install/update gas-preprocessor* Allow me a third try: You cannot report "FFmpeg's configure requires me to

[FFmpeg-user] Configure error with Android NDK clang compiler

2016-01-15 Thread Marco Pracucci
I successfully build and run in production ffmpeg on Android (arm and x86) compiled with Android NDK's gcc. Recently, Android deprecated gcc and is pushing every dev to migrate to clang. I'm getting some issues while compiling ffmpeg with Android NDK's clang and this is the first one I encounter:

Re: [FFmpeg-user] Configure error with Android NDK clang compiler

2016-01-15 Thread Davood Falahati
I have not compiled FFMPEG for android using toolchain, however, I had a tough time doing the same with opencv-JNI. This question, asked in stackoverflow might help you. http://stackoverflow.com/questions/34246265/opencv-ann-mlp-training-in-android I read your ndk building procedure, don't you

Re: [FFmpeg-user] Configure error with Android NDK clang compiler

2016-01-15 Thread Carl Eugen Hoyos
Marco Pracucci spreaker.com> writes: > I'm getting some issues while compiling ffmpeg with Android NDK's clang and > this is the first one I encounter: > *GNU assembler not found, install/update gas-preprocessor* I can reproduce the error message. I decided to install gas-preprocessor and this

Re: [FFmpeg-user] Configure error with Android NDK clang compiler

2016-01-15 Thread Marco Pracucci
Carl Eugen, thanks for your reply. > I decided to install gas-preprocessor and this issue disappeared. For the sake of knowledge, I can't understand why I do need a gas-preprocessor to run the configure. If I create a file containing the same exact AS code run through "check_as" and run the same