Changeset 2ef3494d82c286e0f1e3ac7421dec82e1d858757
- Timestamp:
- 18/12/07 19:56:58
(10 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1198004218 +0000
- git-parent:
[026f816155f31bf6753a57c94ed9f6c31e3a3078]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1198004218 +0000
- Message:
Fix for libvlc_config crash (hopefully)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1e7fef8 |
r2ef3494 |
|
| 2385 | 2385 | vlc_module_end(); |
|---|
| 2386 | 2386 | |
|---|
| 2387 | | const module_config_t libvlc_config[] = |
|---|
| | 2387 | module_config_t libvlc_config[] = |
|---|
| 2388 | 2388 | { |
|---|
| 2389 | 2389 | { |
|---|
| rb47cf19 |
r2ef3494 |
|
| 174 | 174 | #endif |
|---|
| 175 | 175 | |
|---|
| 176 | | extern const module_config_t libvlc_config[]; |
|---|
| | 176 | extern module_config_t libvlc_config[]; |
|---|
| 177 | 177 | extern const size_t libvlc_config_count; |
|---|
| 178 | 178 | |
|---|