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

Vianney Boyer vlcvboyer at gmail.com
Thu Jul 25 23:47:17 CEST 2013



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

diff --git a/modules/LIST b/modules/LIST
index abd3d26..8b9c30b 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -132,6 +132,7 @@ $Id$
   * fluidsynth: Software MIDI synthetizer using libfluidsynth
   * folder: folder meta data and art finder
   * freetype: Utility to put text on video using freetype2
+ * freeze: picture freezing video filter
   * g711: G.711 audio codec
   * gain: Gain audio filter
   * gaussianblur: gaussian blur video filter
diff --git a/modules/video_filter/Modules.am 
b/modules/video_filter/Modules.am
index f53083b..ff51ca3 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_freeze = freeze.c
  noinst_HEADERS = filter_picture.h

  libvlc_LTLIBRARIES += \
@@ -166,4 +167,5 @@ libvlc_LTLIBRARIES += \
      libyuvp_plugin.la \
      libantiflicker_plugin.la \
      libhqdn3d_plugin.la \
-    libanaglyph_plugin.la
+    libanaglyph_plugin.la \
+    libfreeze_plugin.la
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 81cd66e..ae5faf8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1095,6 +1095,7 @@ modules/video_filter/erase.c
  modules/video_filter/extract.c
  modules/video_filter/filter_event_info.h
  modules/video_filter/filter_picture.h
+modules/video_filter/freeze.c
  modules/video_filter/gaussianblur.c
  modules/video_filter/gradfun.c
  modules/video_filter/gradient.c
-- 
1.8.1.2


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


More information about the vlc-devel mailing list