Changeset 1af701c676790a72281997f48158ad8f5398265f
- 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
| rd7a9b8b |
r1af701c |
|
| 840 | 840 | /* Yes, there are two NULLs because we replace one with "plugin-path". */ |
|---|
| 841 | 841 | #if defined( WIN32 ) || defined( UNDER_CE ) |
|---|
| 842 | | const char *path[] = { "plugins", NULL, NULL }; |
|---|
| | 842 | const char *path[] = { "modules", "", "plugins", NULL, NULL }; |
|---|
| 843 | 843 | #else |
|---|
| 844 | | const char *path[] = { PLUGIN_PATH, NULL, NULL }; |
|---|
| | 844 | const char *path[] = { "modules", PLUGIN_PATH, "plugins", NULL, NULL }; |
|---|
| 845 | 845 | #endif |
|---|
| 846 | 846 | |
|---|