]> git.sesse.net Git - vlc/blobdiff - modules/access_output/Modules.am
Remove non-sensical connect->listen transition
[vlc] / modules / access_output / Modules.am
index 5ea101a7368b0e33b25c99716d98a2788c3a4c76..36e051b06d9dd8e036d0b65003e5ce25359287bb 100644 (file)
@@ -3,3 +3,12 @@ SOURCES_access_output_file = file.c
 SOURCES_access_output_udp = udp.c
 SOURCES_access_output_http = http.c bonjour.c bonjour.h
 SOURCES_access_output_shout = shout.c
+SOURCES_access_output_rtmp = rtmp.c ../access/rtmp/rtmp_amf_flv.c ../access/rtmp/rtmp_amf_flv.h
+
+libvlc_LTLIBRARIES += \
+       libaccess_output_dummy_plugin.la \
+       libaccess_output_file_plugin.la \
+       libaccess_output_udp_plugin.la \
+       libaccess_output_http_plugin.la \
+       libaccess_output_rtmp_plugin.la \
+       $(NULL)