[vlc-devel] [PATCH 2/2] contrib: Enable rtmp support in ffmpeg/libav

Jean-Baptiste Kempf jb at videolan.org
Mon Apr 28 19:25:52 CEST 2014


Why?
libav/ffmpeg have a decent RTMP support, don't they?

On 28 Apr, Uwe L. Korn wrote :
> From: "Uwe L. Korn" <uwelk at xhochy.com>
> 
> ---
>  contrib/src/ffmpeg/rules.mak | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
> index 4ce4682..761b33b 100644
> --- a/contrib/src/ffmpeg/rules.mak
> +++ b/contrib/src/ffmpeg/rules.mak
> @@ -19,6 +19,7 @@ FFMPEGCONF = \
>  	--disable-encoder=vorbis \
>  	--enable-libgsm \
>  	--enable-libopenjpeg \
> +	--enable-librtmp \
>  	--disable-debug \
>  	--disable-avdevice \
>  	--disable-devices \
> @@ -35,7 +36,7 @@ FFMPEGCONF += \
>  	--disable-iconv
>  endif
>  
> -DEPS_ffmpeg = zlib gsm openjpeg
> +DEPS_ffmpeg = zlib gsm openjpeg librtmp $(DEPS_librtmp)
>  
>  # Optional dependencies
>  ifndef BUILD_NETWORK
> -- 
> 1.8.3.2
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list