From: Christophe Mutricy Date: Tue, 7 Mar 2006 13:30:27 +0000 (+0000) Subject: HACKING: Add a note about the module cache and vlc --list X-Git-Tag: 0.9.0-test0~12000 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bc07639dbb9956f3d64a179565a06392c8232845;p=vlc HACKING: Add a note about the module cache and vlc --list --- diff --git a/HACKING b/HACKING index 6d102918e5..fcaa3fc2e4 100644 --- a/HACKING +++ b/HACKING @@ -85,4 +85,6 @@ Look at other modules for guidelines on how to add build and linkage options. After changing configure.ac you will always need to rerun bootstrap and configure. +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) +Then use vlc -vvv --color --list to check that your plugin is seen by VLC.