From f26a646b38f93d0386141ee760fab791697fa84b Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 5 Mar 2008 21:59:27 +0200 Subject: [PATCH] Remove --enable-rtmp. We have enough --enable-foobar already. RTMP does not have any dependency and is not huge. --- configure.ac | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 3c0c4b1f93..8b0d220470 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]) @@ -3307,15 +3307,6 @@ if test "${enable_realrtsp}" = "yes"; then VLC_ADD_PLUGINS([access_realrtsp]) 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 -- 2.39.5