]> git.sesse.net Git - vlc/commitdiff
langfromtelx: remove plugin from build
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 21 Feb 2015 10:14:08 +0000 (12:14 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 21 Feb 2015 10:19:14 +0000 (12:19 +0200)
This is pending fixing or removal decision.

modules/stream_out/Makefile.am

index 36fdf15d0fb71cd1fcbc78fa0b486c854fb591df..bbd8dbbcc03bcf02009c227df46ba87be68884f8 100644 (file)
@@ -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