Commit 8124e6f9 authored by Antoine Cellerier's avatar Antoine Cellerier

Here too.

parent 7cf57444
...@@ -21,13 +21,15 @@ libvlc_LTLIBRARIES += \ ...@@ -21,13 +21,15 @@ libvlc_LTLIBRARIES += \
libstream_out_es_plugin.la \ libstream_out_es_plugin.la \
libstream_out_display_plugin.la \ libstream_out_display_plugin.la \
libstream_out_gather_plugin.la \ libstream_out_gather_plugin.la \
libstream_out_rtp_plugin.la \
libstream_out_bridge_plugin.la \ libstream_out_bridge_plugin.la \
libstream_out_mosaic_bridge_plugin.la \ libstream_out_mosaic_bridge_plugin.la \
libstream_out_autodel_plugin.la \ libstream_out_autodel_plugin.la \
$(NULL) $(NULL)
if HAVE_LIBGCRYPT
# RTP plugin # RTP plugin
libvlc_LTLIBRARIES += \
libstream_out_rtp_plugin.la
libstream_out_rtp_plugin_la_SOURCES = \ libstream_out_rtp_plugin_la_SOURCES = \
rtp.c rtp.h rtpfmt.c rtcp.c rtsp.c rtp.c rtp.h rtpfmt.c rtcp.c rtsp.c
libstream_out_rtp_plugin_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/libs/srtp libstream_out_rtp_plugin_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/libs/srtp
...@@ -35,3 +37,4 @@ libstream_out_rtp_plugin_la_LIBADD = $(AM_LIBADD) \ ...@@ -35,3 +37,4 @@ libstream_out_rtp_plugin_la_LIBADD = $(AM_LIBADD) \
$(top_builddir)/libs/srtp/libvlc_srtp.la $(top_builddir)/libs/srtp/libvlc_srtp.la
libstream_out_rtp_plugin_la_DEPENDENCIES = \ libstream_out_rtp_plugin_la_DEPENDENCIES = \
$(top_builddir)/libs/srtp/libvlc_srtp.la $(top_builddir)/libs/srtp/libvlc_srtp.la
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment