[FFmpeg-user] Issue Crossbuilding ffplay with openembedded

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jul 16 11:15:00 CEST 2014


Rickoo <natural_groove <at> hotmail.fr> writes:

> check_pkg_config sdl SDL_events.h SDL_PollEvent
> false --exists --print-errors sdl
> check_header linux/fb.h

sdl can either be enabled via pck_config or via 
sdl-config.
If I read your config.log correctly, you don't 
have pkg-config installed so you have to use 
sdl-config.
Since you are cross-compiling, you do not need:
$ sdl-config --version
But (using your variable):
$ ${CROSS_COMPILE}sdl-config --version

Sorry that this took me so long to understand, 
I usually don't cross-compile.

Carl Eugen



More information about the ffmpeg-user mailing list