]> git.sesse.net Git - vlc/blob - modules/access_output/Modules.am
macosx: Fix crashlog opening.
[vlc] / modules / access_output / Modules.am
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)