Commit 82a2bdec authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

langfromtelx: remove plugin from build

This is pending fixing or removal decision.
parent ebdb86c2
...@@ -17,7 +17,7 @@ libstream_out_autodel_plugin_la_SOURCES = stream_out/autodel.c ...@@ -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_record_plugin_la_SOURCES = stream_out/record.c
libstream_out_smem_plugin_la_SOURCES = stream_out/smem.c libstream_out_smem_plugin_la_SOURCES = stream_out/smem.c
libstream_out_setid_plugin_la_SOURCES = stream_out/setid.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 = \ libstream_out_transcode_plugin_la_SOURCES = \
stream_out/transcode/transcode.c stream_out/transcode/transcode.h \ stream_out/transcode/transcode.c stream_out/transcode/transcode.h \
stream_out/transcode/osd.c stream_out/transcode/spu.c \ stream_out/transcode/osd.c stream_out/transcode/spu.c \
...@@ -42,8 +42,8 @@ sout_LTLIBRARIES = \ ...@@ -42,8 +42,8 @@ sout_LTLIBRARIES = \
libstream_out_record_plugin.la \ libstream_out_record_plugin.la \
libstream_out_smem_plugin.la \ libstream_out_smem_plugin.la \
libstream_out_setid_plugin.la \ libstream_out_setid_plugin.la \
libstream_out_langfromtelx_plugin.la \
libstream_out_transcode_plugin.la libstream_out_transcode_plugin.la
# libstream_out_langfromtelx_plugin.la
# RTP plugin # RTP plugin
sout_LTLIBRARIES += libstream_out_rtp_plugin.la sout_LTLIBRARIES += libstream_out_rtp_plugin.la
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment