|
Revision a9e55ea669697aceb47f2adce3c7f3da1ea1ea27, 507 bytes
(checked in by Jean-Baptiste Kempf <jb@videolan.org>, 5 months ago)
|
RTMP access output module
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
SOURCES_access_output_dummy = dummy.c |
|---|
| 2 |
SOURCES_access_output_file = file.c |
|---|
| 3 |
SOURCES_access_output_udp = udp.c |
|---|
| 4 |
SOURCES_access_output_http = http.c bonjour.c bonjour.h |
|---|
| 5 |
SOURCES_access_output_shout = shout.c |
|---|
| 6 |
SOURCES_access_output_rtmp = rtmp.c ../access/rtmp/rtmp_amf_flv.c ../access/rtmp/rtmp_amf_flv.h |
|---|
| 7 |
|
|---|
| 8 |
libvlc_LTLIBRARIES += \ |
|---|
| 9 |
libaccess_output_dummy_plugin.la \ |
|---|
| 10 |
libaccess_output_file_plugin.la \ |
|---|
| 11 |
libaccess_output_udp_plugin.la \ |
|---|
| 12 |
libaccess_output_http_plugin.la \ |
|---|
| 13 |
libaccess_output_rtmp_plugin.la \ |
|---|
| 14 |
$(NULL) |
|---|