]> git.sesse.net Git - vlc/blobdiff - HACKING
Fix SRTP Roll-Over-Counter handling
[vlc] / HACKING
diff --git a/HACKING b/HACKING
index 53dfc7b6e728e7a29ec791a137856b48ec317ce8..fcaa3fc2e4642e4942eb9a97b8fd43e6dda684d3 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -22,6 +22,8 @@ You will need the following tools if you plan to use the SVN version of vlc:
 
  - gettext version 0.10.40 (but 0.11.3 or later is recommended)
 
+ - perl version 5.005 or later
+
 After retrieving the SVN tree, you need to run the bootstrap script to
 generate all the files needed to build vlc. You can then run configure.
 Run ./configure --help for a description of the available options.
@@ -83,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.