Commit 036ee285 authored by Yuval Tze's avatar Yuval Tze Committed by Rémi Denis-Courmont

Subsdelay (new sub-filter)

sub-filter that enables extending subtitles delay
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent a498397a
...@@ -76,6 +76,7 @@ SOURCES_atmo = atmo/atmo.cpp \ ...@@ -76,6 +76,7 @@ SOURCES_atmo = atmo/atmo.cpp \
atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \ atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \
atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
SOURCES_gradfun = gradfun.c gradfun.h SOURCES_gradfun = gradfun.c gradfun.h
SOURCES_subsdelay = subsdelay.c
noinst_HEADERS = filter_picture.h noinst_HEADERS = filter_picture.h
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
...@@ -117,6 +118,7 @@ libvlc_LTLIBRARIES += \ ...@@ -117,6 +118,7 @@ libvlc_LTLIBRARIES += \
libscene_plugin.la \ libscene_plugin.la \
libsepia_plugin.la \ libsepia_plugin.la \
libsharpen_plugin.la \ libsharpen_plugin.la \
libsubsdelay_plugin.la \
libtransform_plugin.la \ libtransform_plugin.la \
libwall_plugin.la \ libwall_plugin.la \
libwave_plugin.la \ libwave_plugin.la \
......
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