Changeset b593c2c4170ba63f2ee21a7a8414081a45235cc2

Show
Ignore:
Timestamp:
28/04/07 19:40:51 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1177782051 +0000
git-parent:

[ffe6a9a6d6fb65848ef5db445a7e67a267b6efeb]

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

Bandwidth limit access filter

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r9397093 rb593c2c  
    11761176VLC_ADD_PLUGINS([access_directory access_file access_udp access_tcp]) 
    11771177VLC_ADD_PLUGINS([access_http access_mms access_ftp]) 
     1178VLC_ADD_PLUGINS([access_filter_bandwidth]) 
    11781179VLC_ADD_PLUGINS([packetizer_mpegvideo packetizer_h264]) 
    11791180VLC_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio]) 
  • modules/access_filter/Modules.am

    r2d6efe4 rb593c2c  
    22SOURCES_access_filter_record = record.c 
    33SOURCES_access_filter_dump = dump.c 
     4SOURCES_access_filter_bandwidth = bandwidth.c