Commit 6ce3ecfc authored by Laurent Aimar's avatar Laurent Aimar

Added SCTE-27 decoder.

parent d2b19589
......@@ -56,6 +56,7 @@ SOURCES_dmo = dmo/dmo.c dmo/dmo.h dmo/buffer.c
SOURCES_ddummy = ddummy.c
SOURCES_edummy = edummy.c
SOURCES_fdkaac = fdkaac.c
SOURCES_scte27 = scte27.c
libvlc_LTLIBRARIES += \
liba52_plugin.la \
......@@ -77,6 +78,7 @@ libvlc_LTLIBRARIES += \
libsubsdec_plugin.la \
libsubsusf_plugin.la \
libstl_plugin.la \
libscte27_plugin.la \
$(NULL)
if ENABLE_SOUT
......
This diff is collapsed.
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