Changeset 01eab69879d6b09b5cf17ccd91895b0c26137d92
- Timestamp:
- 01/24/08 19:13:23
(7 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1201198403 +0000
- git-parent:
[42b03d10ecdcd1e9abbb73f32aa6d5bfb942eea3]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1201198403 +0000
- Message:
Fix Galaktos plugin compilation, config.h related.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd3fe7f2 |
r01eab69 |
|
| 24 | 24 | #ifndef _GALAKTOS_PLUGIN_H_ |
|---|
| 25 | 25 | #define _GALAKTOS_PLUGIN_H_ |
|---|
| | 26 | |
|---|
| | 27 | #ifdef HAVE_CONFIG_H |
|---|
| | 28 | #include "config.h" |
|---|
| | 29 | #endif |
|---|
| 26 | 30 | |
|---|
| 27 | 31 | #include <vlc/vlc.h> |
|---|