Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Moritz Barsnick
On Tue, Sep 20, 2016 at 17:24:29 +0200, Carl Eugen Hoyos wrote: > If you believe that /usr/local/lib/libspeex.a is the library for arm That is obviously the big doubt which Marcin doesn't understand: Is /usr/local/lib/libspeex.a the static lib for native Mac OS (the one he used successfully for

Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Carl Eugen Hoyos
2016-09-20 10:05 GMT+02:00 Marcin Griszbacher : > $ file /usr/local/lib/libspeex* > /usr/local/lib/libspeex.1.5.0.dylib:Mach-O 64-bit dynamically linked > shared library x86_64 > /usr/local/lib/libspeex.1.dylib:Mach-O 64-bit dynamically linked > shared

Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Marcin Griszbacher
> On Sep 20, 2016, at 9:18 AM, Carl Eugen Hoyos wrote: > > 2016-09-20 8:16 GMT+02:00 Marcin Griszbacher : >> >>> On Sep 19, 2016, at 9:29 PM, Carl Eugen Hoyos wrote: >>> >>> 2016-09-19 19:37 GMT+02:00 Marcin Griszbacher

Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Carl Eugen Hoyos
2016-09-20 8:16 GMT+02:00 Marcin Griszbacher : > >> On Sep 19, 2016, at 9:29 PM, Carl Eugen Hoyos wrote: >> >> 2016-09-19 19:37 GMT+02:00 Marcin Griszbacher : >>> Hello. I need to build ffmpeg as library for android.

Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Marcin Griszbacher
> On Sep 19, 2016, at 9:29 PM, Carl Eugen Hoyos wrote: > > 2016-09-19 19:37 GMT+02:00 Marcin Griszbacher : >> Hello. I need to build ffmpeg as library for android. I use slightly modified >> bambuser script > > Such scripts are not supported

[FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-19 Thread Marcin Griszbacher
Hello. I need to build ffmpeg as library for android. I use slightly modified bambuser script and I made it work on current ffmpeg version (I needed some ADPCM and H264 decoders). Recently I found out I need Speex decoder (and possibly encoder) as well, so I tried adding it to project. However