]> git.sesse.net Git - vlc/blobdiff - modules/access_output/Modules.am
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / access_output / Modules.am
index 4fcabbb4ebd2a3c140120040fea931bd43b89880..631b600f6dae56480a056f814af239285e3e9aba 100644 (file)
@@ -1,3 +1,26 @@
-SOURCES_access_output_dummy = modules/access_output/dummy.c
-SOURCES_access_output_file = modules/access_output/file.c
-SOURCES_access_output_udp = modules/access_output/udp.c
+SOURCES_access_output_dummy = dummy.c
+SOURCES_access_output_file = file.c
+SOURCES_access_output_livehttp = livehttp.c
+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 \
+       libaccess_output_livehttp_plugin.la \
+       libaccess_output_udp_plugin.la \
+       libaccess_output_http_plugin.la \
+       $(NULL)
+EXTRA_LTLIBRARIES += \
+       libaccess_output_rtmp_plugin.la \
+       $(NULL)