]> git.sesse.net Git - vlc/commitdiff
Here too.
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 30 Jun 2008 20:39:13 +0000 (22:39 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 30 Jun 2008 20:39:27 +0000 (22:39 +0200)
modules/stream_out/Modules.am

index a2a8ba669be5b3e294f4fdf4cbff4efd02906924..57ebeb56dc30fe090c0a415c3ad9a67955b524a0 100644 (file)
@@ -21,13 +21,15 @@ libvlc_LTLIBRARIES += \
        libstream_out_es_plugin.la \
        libstream_out_display_plugin.la \
        libstream_out_gather_plugin.la \
-       libstream_out_rtp_plugin.la \
        libstream_out_bridge_plugin.la \
        libstream_out_mosaic_bridge_plugin.la \
        libstream_out_autodel_plugin.la \
        $(NULL)
 
+if HAVE_LIBGCRYPT
 # RTP plugin
+libvlc_LTLIBRARIES += \
+       libstream_out_rtp_plugin.la
 libstream_out_rtp_plugin_la_SOURCES = \
        rtp.c rtp.h rtpfmt.c rtcp.c rtsp.c
 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) \
        $(top_builddir)/libs/srtp/libvlc_srtp.la
 libstream_out_rtp_plugin_la_DEPENDENCIES = \
        $(top_builddir)/libs/srtp/libvlc_srtp.la
+endif