From bc07639dbb9956f3d64a179565a06392c8232845 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Tue, 7 Mar 2006 13:30:27 +0000 Subject: [PATCH] HACKING: Add a note about the module cache and vlc --list --- HACKING | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2