On Fri, 7 Oct 2016 15:49:07 +0200
Tito Latini <tito.01beta(a)gmail.com> wrote:
(just downloaded and tested)
it depends on SDL, 1.2.1 <= version < 1.3.0
sh> cd libav-11.8
sh> sdl-config --version
1.2.15
sh> ./configure && make avplay
sh> ./avplay
Thanks ! That helped getting it built. More specifically I think,
since sdl-config was not on the system and since it is part of
libsdl-dev, the installation of libsdl-dev made libav build avplay. In
this case sdl is version 1.2.15.
Cheers.