Commit 96a9147c authored by Antoine Cellerier's avatar Antoine Cellerier

Merge time and marq filters. Marq now handles the %letter time format strings...

Merge time and marq filters. Marq now handles the %letter time format strings and new $letter VLC format strings. Still needs some work.
parent 3f8d1856
...@@ -1166,7 +1166,7 @@ VLC_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio]) ...@@ -1166,7 +1166,7 @@ VLC_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio])
if test "${SYS}" != "mingwce"; then if test "${SYS}" != "mingwce"; then
dnl VLC_ADD_PLUGINS([externrun]) dnl VLC_ADD_PLUGINS([externrun])
VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record]) VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record])
VLC_ADD_PLUGINS([gestures rc telnet hotkeys netsync showintf time marq podcast shout sap fake folder]) VLC_ADD_PLUGINS([gestures rc telnet hotkeys netsync showintf marq podcast shout sap fake folder])
VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop]) VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop])
VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga]) VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga])
VLC_ADD_PLUGINS([aout_file linear_resampler bandlimited_resampler]) VLC_ADD_PLUGINS([aout_file linear_resampler bandlimited_resampler])
......
...@@ -10,7 +10,6 @@ SOURCES_logo = logo.c ...@@ -10,7 +10,6 @@ SOURCES_logo = logo.c
SOURCES_deinterlace = deinterlace.c SOURCES_deinterlace = deinterlace.c
SOURCES_blend = blend.c SOURCES_blend = blend.c
SOURCES_scale = scale.c SOURCES_scale = scale.c
SOURCES_time = time.c
SOURCES_marq = marq.c SOURCES_marq = marq.c
SOURCES_rss = rss.c SOURCES_rss = rss.c
SOURCES_motiondetect = motiondetect.c SOURCES_motiondetect = motiondetect.c
......
This diff is collapsed.
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