I have at work quite heavy 3rd party base, but what I have learned over the time, is that you cannot rely on 3rd party pre-compiled libraries.
Every library might have a bug, and over years they gets discovered one by one. Others libs like libjpeg gets evolved, and it's possible that you don't want to stay on same place.
Some libraries gets perished - you cannot find original source code, author or license - that's why I prefer to have all libraries and patches collected in same place. (As source codes with repo history)
I have now cross hacked libvlccore .dll / .so to make it compilable without autoconf / configure using my own tool for that purpose (
https://docs.google.com/document/d/1C1Y ... j5zHU/edit )
I've now somehow hacked some of codes, I'm not sure whether I'm hacking in right place and using right approach, but since there are quite many different source codes I would prefer to keep all my changes somewhere.
It's also useful to track in svn / git history of what was done and to what.
So I will create repository wanted or not, but if you can propose me some official place where it could be placed. I prefer by myself svn, because of it's simplicity - but if someone wants to co-develop e.g. using git - I can take that into account.