Commit 0c4cdfd9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Only recurse through the modules directory:

remove warning about libvlc and libvlc-control not being valid plugins
parent 72ec6630
......@@ -56,7 +56,7 @@ int main (int argc, char *argv[])
args[0] = "-vvv";
args[1] = "-I";
args[2] = "-dummy";
args[3] = "--plugin-path=..";
args[3] = "--plugin-path=../modules";
for (int i = 1; i < argc; i++)
args[i + 3] = argv[i];
......
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