[vlc-devel] [PATCH 2/2] contribs: update libdvdnav to 4.2.1

Gilles Sabourin gilles.sabourin at free.fr
Tue May 27 13:12:43 CEST 2014


Hello JB,

Well, without this test, there is no download in my case, because the
dvdnav package provided by my distro, is already installed.
And last 7ccf7f7 commit against configure checks, requires that dvdnav
version must be >= 4.2.1

Best Regards,
Gilles


Le 27/05/2014 13:02, Jean-Baptiste Kempf a écrit :
> This is not useful, since we use git and dvdnav will have a release
> soon.
>
> On 26 May, Gilles Sabourin wrote :
>> ---
>>  contrib/src/dvdnav/rules.mak | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/contrib/src/dvdnav/rules.mak b/contrib/src/dvdnav/rules.mak
>> index 4f0a3bb..4b9d0bb 100644
>> --- a/contrib/src/dvdnav/rules.mak
>> +++ b/contrib/src/dvdnav/rules.mak
>> @@ -1,6 +1,6 @@
>>  # DVDNAV
>>  
>> -# LIBDVDNAV_VERSION := 4.2.0
>> +# LIBDVDNAV_VERSION := 4.2.1
>>  # LIBDVDNAV_URL := http://dvdnav.mplayerhq.hu/releases/libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2
>>  DVDNAV_GITURL := git://git.videolan.org/libdvdnav.git
>>  LIBDVDNAV_VERSION := git
>> @@ -10,7 +10,7 @@ ifdef GPL
>>  PKGS += dvdnav
>>  endif
>>  endif
>> -ifeq ($(call need_pkg,"dvdnav"),)
>> +ifeq ($(call need_pkg,"dvdnav >= 4.2.1"),)
>>  PKGS_FOUND += dvdnav
>>  endif
>>  
>> -- 
>> 1.9.3
>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel




More information about the vlc-devel mailing list