Commit f5957ea5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove the RTMP output too

parent 71ef5f54
......@@ -64,6 +64,7 @@ Removed modules:
* X11 On Screen Display notifications (xosd)
* Linux Framebuffer On Screen Display interface (fbosd)
* RTMP access: use libavformat avio instead
* RTMP access_output: use libavformat avio instead
Changes between 2.0.1 and 2.0.2:
......
......@@ -22,7 +22,6 @@ $Id$
* access_output_file: File access_output module
* access_output_http: HTTP Network access module
* access_output_livehttp: Live HTTP stream output
* access_output_rtmp: RTMP stream output
* access_output_shout: Shoutcast access output
* access_output_udp: UDP Network access_output module
* access_rar: RAR access
......
......@@ -5,15 +5,6 @@ SOURCES_access_output_udp = udp.c
SOURCES_access_output_http = http.c bonjour.c bonjour.h
SOURCES_access_output_shout = shout.c
libaccess_output_rtmp_plugin_la_SOURCES = \
rtmp.c \
../access/rtmp/rtmp_amf_flv.c \
../access/rtmp/rtmp_amf_flv.h
libaccess_output_rtmp_plugin_la_CFLAGS = $(AM_CFLAGS) \
-fno-strict-aliasing
libaccess_output_rtmp_plugin_la_LIBADD = $(AM_LIBADD)
libaccess_output_rtmp_plugin_la_DEPENDENCIES =
libvlc_LTLIBRARIES += \
libaccess_output_dummy_plugin.la \
libaccess_output_file_plugin.la \
......@@ -21,6 +12,3 @@ libvlc_LTLIBRARIES += \
libaccess_output_udp_plugin.la \
libaccess_output_http_plugin.la \
$(NULL)
EXTRA_LTLIBRARIES += \
libaccess_output_rtmp_plugin.la \
$(NULL)
This diff is collapsed.
......@@ -232,7 +232,6 @@ modules/access_output/dummy.c
modules/access_output/file.c
modules/access_output/http.c
modules/access_output/livehttp.c
modules/access_output/rtmp.c
modules/access_output/shout.c
modules/access_output/udp.c
modules/access/pulse.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment