X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=HACKING;h=fcaa3fc2e4642e4942eb9a97b8fd43e6dda684d3;hb=b33ad0d9fef88fd51f4cf117506d21f66e779f1b;hp=6d102918e5c1d8c67a186d117ed350790c669ad7;hpb=8d65083c187c5066a60de73d32695cfce6ddaef8;p=vlc 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.