]> git.sesse.net Git - vlc/commitdiff
Revert [25316] for now - need to think about this
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 25 Feb 2008 19:10:39 +0000 (19:10 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 25 Feb 2008 19:10:39 +0000 (19:10 +0000)
src/modules/modules.c

index 6259b1b422fdb21a44d749b9e927adea7b97db2a..34225becd6c96561a93320ac284f480ea7e57b08 100644 (file)
@@ -839,9 +839,9 @@ static void AllocateAllPlugins( vlc_object_t *p_this )
 {
     /* Yes, there are two NULLs because we replace one with "plugin-path". */
 #if defined( WIN32 ) || defined( UNDER_CE )
-    const char *path[] = { "plugins", NULL, NULL };
+    const char *path[] = { "modules", "", "plugins", NULL, NULL };
 #else
-    const char *path[] = { PLUGIN_PATH, NULL, NULL };
+    const char *path[] = { "modules", PLUGIN_PATH, "plugins", NULL, NULL };
 #endif
 
     const char *const *ppsz_path;