]> git.sesse.net Git - vlc/commitdiff
testapi: Now that relative modules work in a nearly unified manner on all platform...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 28 Mar 2008 17:47:08 +0000 (18:47 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 28 Mar 2008 17:47:08 +0000 (18:47 +0100)
src/control/testapi.c

index 22f4b25341233154225f573f7ae710531eaac261..2bf56826e35eacd89c8ee639a3486cf8dfc77250 100644 (file)
@@ -274,7 +274,7 @@ int main (int argc, char *argv[])
     args[0] = "-vvv";
     args[1] = "-I";
     args[2] = "dummy";
-    args[3] = "--plugin-path=../modules:../../modules";
+    args[3] = "--plugin-path=../modules";
     args[4] = "--vout=dummy";
     args[5] = "--aout=dummy";
     for (int i = 1; i < argc; i++)