X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess_output%2FModules.am;h=36e051b06d9dd8e036d0b65003e5ce25359287bb;hb=d727c4590f83751a2f28fcdfd8af3886ebeb45d8;hp=5ea101a7368b0e33b25c99716d98a2788c3a4c76;hpb=a0d5817970dc86f78140de2759385597029bea2d;p=vlc diff --git a/modules/access_output/Modules.am b/modules/access_output/Modules.am index 5ea101a736..36e051b06d 100644 --- a/modules/access_output/Modules.am +++ b/modules/access_output/Modules.am @@ -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)