]> git.sesse.net Git - vlc/blobdiff - modules/access_output/Modules.am
contrib: fix fontconfig with -march=i686
[vlc] / modules / access_output / Modules.am
index 5ea101a7368b0e33b25c99716d98a2788c3a4c76..2163d753cf572b8b3478999dca5721f63886ce80 100644 (file)
@@ -3,3 +3,20 @@ 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
+
+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_udp_plugin.la \
+       libaccess_output_http_plugin.la \
+       libaccess_output_rtmp_plugin.la \
+       $(NULL)