Changeset 2d6efe40bce471b6a84649f2bc8ec04671a521f5

Show
Ignore:
Timestamp:
08/11/06 22:13:09 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1163020389 +0000
git-parent:

[7b00af57bf15e907d590855852150d036d1a45b4]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1163020389 +0000
Message:

Add dump access filter to save original media to home
(could be improved, but basically works)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r900ba53 r2d6efe4  
    11011101 
    11021102if test "${SYS}" != "mingwce"; then 
    1103 dnl  VLC_ADD_PLUGINS([externrun]) 
    1104   VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record]) 
     1103  VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record access_filter_dump]) 
    11051104  VLC_ADD_PLUGINS([gestures rc telnet hotkeys netsync showintf marq podcast shout sap fake folder]) 
    11061105  VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop]) 
  • modules/access_filter/Modules.am

    rad69969 r2d6efe4  
    11SOURCES_access_filter_timeshift = timeshift.c 
    22SOURCES_access_filter_record = record.c 
     3SOURCES_access_filter_dump = dump.c