Changeset f26a646b38f93d0386141ee760fab791697fa84b

Show
Ignore:
Timestamp:
03/05/08 20:59:27 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1204747167 +0200
git-parent:

[62977ca46b92d769a7626605a7153f85ceb8bba5]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1204747167 +0200
Message:

Remove --enable-rtmp.

We have enough --enable-foobar already.
RTMP does not have any dependency and is not huge.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r5b2c271 rf26a646  
    12031203VLC_ADD_PLUGINS([wav araw subtitle vobsub adpcm a52sys dtssys au ty voc xa nuv smf]) 
    12041204VLC_ADD_PLUGINS([access_directory access_file access_udp access_tcp]) 
    1205 VLC_ADD_PLUGINS([access_http access_mms access_ftp]) 
     1205VLC_ADD_PLUGINS([access_http access_mms access_ftp access_rtmp]) 
    12061206VLC_ADD_PLUGINS([access_filter_bandwidth]) 
    12071207VLC_ADD_PLUGINS([packetizer_mpegvideo packetizer_h264]) 
     
    33063306if test "${enable_realrtsp}" = "yes"; then 
    33073307  VLC_ADD_PLUGINS([access_realrtsp]) 
    3308 fi 
    3309  
    3310 dnl 
    3311 dnl  RTMP plugin 
    3312 dnl 
    3313 AC_ARG_ENABLE(rtmp, 
    3314   [  --enable-rtmp           RTMP module (default disabled)]) 
    3315 if test "${enable_rtmp}" = "yes"; then 
    3316   VLC_ADD_PLUGINS([access_rtmp]) 
    33173308fi 
    33183309