]> git.sesse.net Git - vlc/commitdiff
Only recurse through the modules directory:
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 21 Oct 2007 18:16:53 +0000 (18:16 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 21 Oct 2007 18:16:53 +0000 (18:16 +0000)
remove warning about libvlc and libvlc-control not being valid plugins

src/control/testapi.c

index e312df0259b66015bfdbef3281374a0f0b39a892..21d28692f83fd2a5b502290636660b54f08b9996 100644 (file)
@@ -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];