[vlc-devel] [PATCH 2/3] Oldmovie: Oldmovie filter - Modules.am, LIST & POTFILES.in

Vianney Boyer vlcvboyer at gmail.com
Fri Jul 26 19:16:36 CEST 2013


---
  modules/LIST                    | 1 +
  modules/video_filter/Modules.am | 2 ++
  po/POTFILES.in                  | 1 +
  3 files changed, 4 insertions(+)

diff --git a/modules/LIST b/modules/LIST
index 8b9c30b..67afb26 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -232,6 +232,7 @@ $Id$
   * ntservice: run VLC as a NT service
   * nuv: NUV demuxer
   * ogg: input module for OGG decapsulation
+ * oldmovie: oldmovie style video filter
   * oldrc: old interface module using stdio
   * omxil: OpenMAX IL audio/video decoder
   * omxil_vout: OpenMAX IL video output
diff --git a/modules/video_filter/Modules.am 
b/modules/video_filter/Modules.am
index ff51ca3..5f71840 100644
--- a/modules/video_filter/Modules.am
+++ b/modules/video_filter/Modules.am
@@ -124,6 +124,7 @@ SOURCES_gradfun = gradfun.c gradfun.h
  SOURCES_subsdelay = subsdelay.c
  SOURCES_hqdn3d = hqdn3d.c hqdn3d.h
  SOURCES_anaglyph = anaglyph.c
+SOURCES_oldmovie = oldmovie.c
  SOURCES_freeze = freeze.c
  noinst_HEADERS = filter_picture.h

@@ -168,4 +169,5 @@ libvlc_LTLIBRARIES += \
      libantiflicker_plugin.la \
      libhqdn3d_plugin.la \
      libanaglyph_plugin.la \
+    liboldmovie_plugin.la \
      libfreeze_plugin.la
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ae5faf8..ecba660 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1110,6 +1110,7 @@ modules/video_filter/mosaic.c
  modules/video_filter/mosaic.h
  modules/video_filter/motionblur.c
  modules/video_filter/motiondetect.c
+modules/video_filter/oldmovie.c
  modules/video_filter/opencv_example.cpp
  modules/video_filter/opencv_wrapper.c
  modules/video_filter/posterize.c
-- 
1.8.1.2


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130726/fb5c3b6f/attachment.html>


More information about the vlc-devel mailing list