Commit bc07639d authored by Christophe Mutricy's avatar Christophe Mutricy

HACKING: Add a note about the module cache and vlc --list

parent 5fa29dff
...@@ -85,4 +85,6 @@ Look at other modules for guidelines on how to add build and linkage options. ...@@ -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 After changing configure.ac you will always need to rerun bootstrap and
configure. 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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment