[vlc-devel] commit: Build the RTP plugin ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Jun 4 21:14:22 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Jun 4 22:14:51 2008 +0300| [421bedb95dd122328c40f15093c74bb10762d16d]
Build the RTP plugin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=421bedb95dd122328c40f15093c74bb10762d16d
---
modules/demux/Modules.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/demux/Modules.am b/modules/demux/Modules.am
index e29029c..33c3ad3 100644
--- a/modules/demux/Modules.am
+++ b/modules/demux/Modules.am
@@ -33,3 +33,7 @@ SOURCES_tta = tta.c
SOURCES_vc1 = vc1.c
SOURCES_demux_cdg = cdg.c
SOURCES_smf = smf.c
+
+libvlc_LTLIBRARIES += \
+ librtp_plugin.la \
+ $(NULL)
More information about the vlc-devel
mailing list