[FFmpeg-user] Issue Crossbuilding ffplay with openembedded
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Jul 11 09:02:06 CEST 2014
Rickoo <natural_groove <at> hotmail.fr> writes:
> SRC_URI = "https://www.ffmpeg.org/releases/ffmpeg-2.1.1.tar.gz"
This is horribly outdated, why are you using it?
> DEPENDS = "yasm-native libsdl libx11 zlib libtheora
> libogg libass libtool"
You don't use libass, why did you add it to depend?
Not sure about libx11...
> EXTRA_OECONF = "--arch=arm --enable-cross-compile
> --cross-prefix=${CROSS_COMPILE} --target-os=linux
> --enable-gpl
Unrelated: None of your external libraries need
--enable-gpl why are you using it?
> --enable-libtheora --enable-libvorbis
> --extra-libs="-ldl"
Why is this necessary?
Is there a bug that (is reproducible with current git head
and that) we should fix?
> --enable-ffplay
This is useless, it is the default (and as you found
out, configure does not warn about it).
Please remove it.
Please post the content of config.log starting with
"check_pkg_config sdl" until "check_header linux" or
"check_header sys".
Carl Eugen
More information about the ffmpeg-user
mailing list