Changeset bc07639dbb9956f3d64a179565a06392c8232845
- Timestamp:
- 07/03/06 14:30:27
(3 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1141738227 +0000
- git-parent:
[5fa29dff00ebba51942ad39d6a803de2dfcf264a]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1141738227 +0000
- Message:
HACKING: Add a note about the module cache and vlc --list
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8d65083 |
rbc07639 |
|
| 86 | 86 | configure. |
|---|
| 87 | 87 | |
|---|
| | 88 | VLC keeps a cache of its module (in ~/.vlc/cache on Linux), so you'll have to delete it. (or use vlc --reset-plugins-cache) |
|---|
| | 89 | Then use vlc -vvv --color --list to check that your plugin is seen by VLC. |
|---|
| 88 | 90 | |
|---|