Changeset 5cf8c8914099fbdd678ddb071d4f410abace65e8
- Timestamp:
- 05/10/08 11:28:04
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210411684 +0300
- git-parent:
[3e1fea390e453b25f50d1e4308b80a4a962b8564]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210411684 +0300
- Message:
Compile fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra7f6565 |
r5cf8c89 |
|
| 23 | 23 | #endif |
|---|
| 24 | 24 | |
|---|
| | 25 | #include <vlc/vlc.h> |
|---|
| | 26 | #include "../libvlc.h" |
|---|
| | 27 | |
|---|
| 25 | 28 | #if 0 |
|---|
| 26 | 29 | #include <stdio.h> |
|---|
| 27 | 30 | #include <assert.h> |
|---|
| 28 | 31 | #include <pthread.h> |
|---|
| 29 | | |
|---|
| 30 | | #include <vlc/vlc.h> |
|---|
| 31 | | #include "../libvlc.h" |
|---|
| 32 | 32 | |
|---|
| 33 | 33 | static void set_libvlc_path (void) |
|---|