[vlc-devel] commit: Remove --enable-rtmp. ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Mar 5 21:00:15 CET 2008


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.

> 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, [




More information about the vlc-devel mailing list