[vlc-devel] [PATCH 2/2] contrib: dvdcss: fix dependency on .dvdcss

Alexandre Janniaux ajanni at videolabs.io
Thu Jul 25 13:13:50 CEST 2019


Also nit on the commit message, sorry for this...

Regards,

--
Alexandre Janniaux
VideoLabs

On Thu, Jul 25, 2019 at 12:56:24PM +0200, Alexandre Janniaux wrote:
> This dependency must be setup by the dependency propagation at
> the end of the main.mak makefile.
> ---
>  contrib/src/dvdread/rules.mak | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/contrib/src/dvdread/rules.mak b/contrib/src/dvdread/rules.mak
> index 2c24e03327..1120519b99 100644
> --- a/contrib/src/dvdread/rules.mak
> +++ b/contrib/src/dvdread/rules.mak
> @@ -23,9 +23,9 @@ dvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.bz2 .sum-dvdread
>  	cd $(UNPACK_DIR) && sed -i -e 's,Requires.private,Requires,g' misc/*.pc.in
>  	$(MOVE)
>
> -DEPS_dvdread = dvdcss
> +DEPS_dvdread = dvdcss $(DEPS_dvdcss)
>
> -.dvdread: dvdread .dvdcss
> +.dvdread: dvdread
>  	$(REQUIRE_GPL)
>  	$(RECONF) -I m4
>  	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --with-libdvdcss
> --
> 2.22.0


More information about the vlc-devel mailing list