Changeset 1af701c676790a72281997f48158ad8f5398265f

Show
Ignore:
Timestamp:
02/25/08 20:10:39 (7 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1203966639 +0000
git-parent:

[6975cd69d30a528950fcc4458397a20c4f23888c]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1203966639 +0000
Message:

Revert [25316] for now - need to think about this

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/modules/modules.c

    rd7a9b8b r1af701c  
    840840    /* Yes, there are two NULLs because we replace one with "plugin-path". */ 
    841841#if defined( WIN32 ) || defined( UNDER_CE ) 
    842     const char *path[] = { "plugins", NULL, NULL }; 
     842    const char *path[] = { "modules", "", "plugins", NULL, NULL }; 
    843843#else 
    844     const char *path[] = { PLUGIN_PATH, NULL, NULL }; 
     844    const char *path[] = { "modules", PLUGIN_PATH, "plugins", NULL, NULL }; 
    845845#endif 
    846846