[vlc-devel] commit: Remove --enable-rtmp. ( Rémi Denis-Courmont )
Jean-Paul Saman
jean-paul.saman at planet.nl
Thu Mar 6 07:54:02 CET 2008
git version control wrote:
> vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Wed Mar 5 21:59:27 2008 +0200| [f26a646b38f93d0386141ee760fab791697fa84b]
>
> Remove --enable-rtmp.
>
> We have enough --enable-foobar already.
> RTMP does not have any dependency and is not huge.
I don't agree. It is fine for normal desktop/server use, but not for
embedded use were disk storage and memory is scarce. From the embedded
point of view having more --enable-foobar is better.
Having these plugins all enabled by default without having a way of
turning them on/off is in itself responsible for up to half (or more) of
the install size of vlc.
Gtz
Jean-Paul Saman.
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f26a646b38f93d0386141ee760fab791697fa84b
> ---
>
> configure.ac | 11 +----------
> 1 files changed, 1 insertions(+), 10 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 3c0c4b1..8b0d220 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1202,7 +1202,7 @@ VLC_ADD_PLUGINS([playlist export nsc xtag])
> VLC_ADD_PLUGINS([i420_rgb grey_yuv rawvideo blend scale image logo magnify puzzle colorthres])
> VLC_ADD_PLUGINS([wav araw subtitle vobsub adpcm a52sys dtssys au ty voc xa nuv smf])
> VLC_ADD_PLUGINS([access_directory access_file access_udp access_tcp])
> -VLC_ADD_PLUGINS([access_http access_mms access_ftp])
> +VLC_ADD_PLUGINS([access_http access_mms access_ftp access_rtmp])
> VLC_ADD_PLUGINS([access_filter_bandwidth])
> VLC_ADD_PLUGINS([packetizer_mpegvideo packetizer_h264])
> VLC_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio])
> @@ -3308,15 +3308,6 @@ if test "${enable_realrtsp}" = "yes"; then
> fi
>
> dnl
> -dnl RTMP plugin
> -dnl
> -AC_ARG_ENABLE(rtmp,
> - [ --enable-rtmp RTMP module (default disabled)])
> -if test "${enable_rtmp}" = "yes"; then
> - VLC_ADD_PLUGINS([access_rtmp])
> -fi
> -
> -dnl
> dnl MP4 module
> dnl
> AC_CHECK_HEADERS(zlib.h, [
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list