Changeset 6d4534c874f730a3ba90862f6f976b5100d73f2e
- Timestamp:
- 28/03/08 18:47:08
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206726428 +0100
- git-parent:
[58e0c8260c3588e1613ad3730fec5c7c8ffaec2d]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206726428 +0100
- Message:
testapi: Now that relative modules work in a nearly unified manner on all platform, no need to put that much plugin path.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r982b7c4 |
r6d4534c |
|
| 275 | 275 | args[1] = "-I"; |
|---|
| 276 | 276 | args[2] = "dummy"; |
|---|
| 277 | | args[3] = "--plugin-path=../modules:../../modules"; |
|---|
| | 277 | args[3] = "--plugin-path=../modules"; |
|---|
| 278 | 278 | args[4] = "--vout=dummy"; |
|---|
| 279 | 279 | args[5] = "--aout=dummy"; |
|---|