Changeset 2d6efe40bce471b6a84649f2bc8ec04671a521f5
- 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
| r900ba53 |
r2d6efe4 |
|
| 1101 | 1101 | |
|---|
| 1102 | 1102 | if 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]) |
|---|
| 1105 | 1104 | VLC_ADD_PLUGINS([gestures rc telnet hotkeys netsync showintf marq podcast shout sap fake folder]) |
|---|
| 1106 | 1105 | VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop]) |
|---|
| rad69969 |
r2d6efe4 |
|
| 1 | 1 | SOURCES_access_filter_timeshift = timeshift.c |
|---|
| 2 | 2 | SOURCES_access_filter_record = record.c |
|---|
| | 3 | SOURCES_access_filter_dump = dump.c |
|---|