Show
Ignore:
Timestamp:
24/05/08 18:09:33 (6 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1211645373 -0700
git-parent:

[567cacc077f1806b56e33d7f5ec56e0c578ce6d1]

git-author:
Miguel Angel Cabrera Moya <madmac2501@gmail.com> 1210023077 +0200
Message:

RTMP access output module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access_output/Modules.am

    r469cfd7 ra9e55ea  
    44SOURCES_access_output_http = http.c bonjour.c bonjour.h 
    55SOURCES_access_output_shout = shout.c 
     6SOURCES_access_output_rtmp = rtmp.c ../access/rtmp/rtmp_amf_flv.c ../access/rtmp/rtmp_amf_flv.h 
    67 
    78libvlc_LTLIBRARIES += \ 
     
    1011    libaccess_output_udp_plugin.la \ 
    1112    libaccess_output_http_plugin.la \ 
     13    libaccess_output_rtmp_plugin.la \ 
    1214    $(NULL)