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
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user