<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <small><br>
      ---<br>
       modules/LIST                    | 1 +<br>
       modules/video_filter/Modules.am | 2 ++<br>
       po/POTFILES.in                  | 1 +<br>
       3 files changed, 4 insertions(+)<br>
      <br>
      diff --git a/modules/LIST b/modules/LIST<br>
      index 8b9c30b..67afb26 100644<br>
      --- a/modules/LIST<br>
      +++ b/modules/LIST<br>
      @@ -232,6 +232,7 @@ $Id$<br>
        * ntservice: run VLC as a NT service<br>
        * nuv: NUV demuxer<br>
        * ogg: input module for OGG decapsulation<br>
      + * oldmovie: oldmovie style video filter<br>
        * oldrc: old interface module using stdio<br>
        * omxil: OpenMAX IL audio/video decoder<br>
        * omxil_vout: OpenMAX IL video output<br>
      diff --git a/modules/video_filter/Modules.am
      b/modules/video_filter/Modules.am<br>
      index ff51ca3..5f71840 100644<br>
      --- a/modules/video_filter/Modules.am<br>
      +++ b/modules/video_filter/Modules.am<br>
      @@ -124,6 +124,7 @@ SOURCES_gradfun = gradfun.c gradfun.h<br>
       SOURCES_subsdelay = subsdelay.c<br>
       SOURCES_hqdn3d = hqdn3d.c hqdn3d.h<br>
       SOURCES_anaglyph = anaglyph.c<br>
      +SOURCES_oldmovie = oldmovie.c<br>
       SOURCES_freeze = freeze.c<br>
       noinst_HEADERS = filter_picture.h<br>
       <br>
      @@ -168,4 +169,5 @@ libvlc_LTLIBRARIES += \<br>
           libantiflicker_plugin.la \<br>
           libhqdn3d_plugin.la \<br>
           libanaglyph_plugin.la \<br>
      +    liboldmovie_plugin.la \<br>
           libfreeze_plugin.la<br>
      diff --git a/po/POTFILES.in b/po/POTFILES.in<br>
      index ae5faf8..ecba660 100644<br>
      --- a/po/POTFILES.in<br>
      +++ b/po/POTFILES.in<br>
      @@ -1110,6 +1110,7 @@ modules/video_filter/mosaic.c<br>
       modules/video_filter/mosaic.h<br>
       modules/video_filter/motionblur.c<br>
       modules/video_filter/motiondetect.c<br>
      +modules/video_filter/oldmovie.c<br>
       modules/video_filter/opencv_example.cpp<br>
       modules/video_filter/opencv_wrapper.c<br>
       modules/video_filter/posterize.c<br>
      -- <br>
      1.8.1.2<br>
      <br>
      <br>
    </small>
  </body>
</html>