[vlc-devel] commit: testapi.c: Use ../../modules too. (Pierre d'Herbemont )

git version control git at videolan.org
Fri Mar 28 12:22:32 CET 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Mar 28 12:22:46 2008 +0100| [982b7c40e08e680630888ad6676a3c10ea6aabc2]

testapi.c: Use ../../modules too.

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

 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 2bf5682..22f4b25 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";
+    args[3] = "--plugin-path=../modules:../../modules";
     args[4] = "--vout=dummy";
     args[5] = "--aout=dummy";
     for (int i = 1; i < argc; i++)




More information about the vlc-devel mailing list