[vlc-devel] commit: Here too. (Antoine Cellerier )
git version control
git at videolan.org
Mon Jun 30 22:36:52 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Jun 30 22:39:13 2008 +0200| [8124e6f90ee92675671525d30fd0cb0a1bf1ccc5]
Here too.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8124e6f90ee92675671525d30fd0cb0a1bf1ccc5
---
modules/stream_out/Modules.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/modules/stream_out/Modules.am b/modules/stream_out/Modules.am
index a2a8ba6..57ebeb5 100644
--- a/modules/stream_out/Modules.am
+++ b/modules/stream_out/Modules.am
@@ -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
More information about the vlc-devel
mailing list