[vlc-devel] [PATCH 1/2] contrib: Add librtmp build

Rémi Denis-Courmont remi at remlab.net
Mon Apr 28 19:53:23 CEST 2014


Le lundi 28 avril 2014, 18:16:23 Uwe L. Korn a écrit :
> From: "Uwe L. Korn" <uwelk at xhochy.com>
> 
> ---
>  contrib/src/librtmp/rules.mak | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>  create mode 100644 contrib/src/librtmp/rules.mak
> 
> diff --git a/contrib/src/librtmp/rules.mak b/contrib/src/librtmp/rules.mak
> new file mode 100644
> index 0000000..97ec29e
> --- /dev/null
> +++ b/contrib/src/librtmp/rules.mak
> @@ -0,0 +1,23 @@
> +# librtmp
> +
> +LIBRTMP_VERSION := git
> +LIBRTMP_GITURL = git://git.ffmpeg.org/rtmpdump
> +
> +.sum-librtmp: librtmp-$(LIBRTMP_VERSION).tar.xz
> +	touch $@
> +
> +PKGS += librtmp

Notwithstanding JB's objection, this is wrong unless I missed the librtmp 
plugin in the VLC source code.

> +DEPS_librtmp = gnutls $(DEPS_gnutls)

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list