[Buildroot] [PATCH 1/1] package/mplayer: Fix linking with libvorbis

Bernd Kuhls bernd.kuhls at t-online.de
Sun Nov 8 16:21:59 UTC 2015


Am Sun, 08 Nov 2015 15:45:16 +0100 schrieb Thomas Petazzoni:

>> +-if test "$_libvorbis" = auto; then
>> ++if test "$_libvorbis" != no; then
> 
> Are you sure this is the correct fix? I believe for MPlayer, the
> behavior of all options is that if you do --enable-<foo>, Mplayer
> enables <foo> without doing any checks for it.

Hi Thomas,

you are right, Mplayer configure is not autoconf-based..., this is v2 of 
my patch: http://patchwork.ozlabs.org/patch/541462/

Regards, Bernd




More information about the buildroot mailing list