[Buildroot] [PATCH] mplayer: use autodetection for dvdnav

Vicente Olivert Riera Vincent.Riera at imgtec.com
Mon Nov 30 16:08:57 UTC 2015


ping. This patch is quite trivial, I think.

Regards,

Vincent.

On 19/11/15 10:06, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
> ---
>  package/mplayer/mplayer.mk |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
> index ad2d9dd..3051afa 100644
> --- a/package/mplayer/mplayer.mk
> +++ b/package/mplayer/mplayer.mk
> @@ -125,9 +125,10 @@ MPLAYER_CONF_OPTS +=  \
>  MPLAYER_DEPENDENCIES += libdvdread
>  endif
>  
> +# We intentionally don't pass --enable-dvdnav to let the autodetection
> +# find which library to link with.
>  ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
>  MPLAYER_CONF_OPTS +=  \
> -	--enable-dvdnav \
>  	--with-dvdnav-config=$(STAGING_DIR)/usr/bin/dvdnav-config
>  MPLAYER_DEPENDENCIES += libdvdnav
>  endif
> 


More information about the buildroot mailing list