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

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Sep 19 22:29:08 EEST 2016


2016-09-19 19:37 GMT+02:00 Marcin Griszbacher <marcin.griszbacher at gmail.com>:
> Hello. I need to build ffmpeg as library for android. I use slightly modified
> bambuser script

Such scripts are not supported here, we only support our configure script;-(

To build with speex support, you have to pass --pkg-config=true to configure
and pass the necessary build flags similar to --extra-cflags=-I/path/to/speex
--extra-ldflags='-L/path/to/speex -lspeex'

A ticket exists.

Carl Eugen


More information about the ffmpeg-user mailing list