[vlc-commits] langfromtelx: remove plugin from build

Rémi Denis-Courmont git at videolan.org
Sat Feb 21 11:24:22 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 21 12:14:08 2015 +0200| [82a2bdec99881747715316ec2a5cffffe48114ac] | committer: Rémi Denis-Courmont

langfromtelx: remove plugin from build

This is pending fixing or removal decision.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82a2bdec99881747715316ec2a5cffffe48114ac
---

 modules/stream_out/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/stream_out/Makefile.am b/modules/stream_out/Makefile.am
index 36fdf15..bbd8dbb 100644
--- a/modules/stream_out/Makefile.am
+++ b/modules/stream_out/Makefile.am
@@ -17,7 +17,7 @@ libstream_out_autodel_plugin_la_SOURCES = stream_out/autodel.c
 libstream_out_record_plugin_la_SOURCES = stream_out/record.c
 libstream_out_smem_plugin_la_SOURCES = stream_out/smem.c
 libstream_out_setid_plugin_la_SOURCES = stream_out/setid.c
-libstream_out_langfromtelx_plugin_la_SOURCES = stream_out/langfromtelx.c
+#libstream_out_langfromtelx_plugin_la_SOURCES = stream_out/langfromtelx.c
 libstream_out_transcode_plugin_la_SOURCES = \
 	stream_out/transcode/transcode.c stream_out/transcode/transcode.h \
 	stream_out/transcode/osd.c stream_out/transcode/spu.c \
@@ -42,8 +42,8 @@ sout_LTLIBRARIES = \
 	libstream_out_record_plugin.la \
 	libstream_out_smem_plugin.la \
 	libstream_out_setid_plugin.la \
-	libstream_out_langfromtelx_plugin.la \
 	libstream_out_transcode_plugin.la
+#	libstream_out_langfromtelx_plugin.la
 
 # RTP plugin
 sout_LTLIBRARIES += libstream_out_rtp_plugin.la



More information about the vlc-commits mailing list