[vlc-devel] commit: testapi: Now that relative modules work in a nearly unified manner on all platform, no need to put that much plugin path. (Pierre d'Herbemont )

git version control git at videolan.org
Fri Mar 28 18:46:55 CET 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Mar 28 18:47:08 2008 +0100| [6d4534c874f730a3ba90862f6f976b5100d73f2e]

testapi: Now that relative modules work in a nearly unified manner on all platform, no need to put that much plugin path.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d4534c874f730a3ba90862f6f976b5100d73f2e
---

 src/control/testapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/control/testapi.c b/src/control/testapi.c
index 22f4b25..2bf5682 100644
--- a/src/control/testapi.c
+++ b/src/control/testapi.c
@@ -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++)




More information about the vlc-devel mailing list