Changeset 397710b25f3cbbf3e2dfcf1cbe28e408f610e4a2
- Timestamp:
- 19/08/07 18:56:07
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1187542567 +0000
- git-parent:
[3d599783b5dc8cd9c621b98d1c0c819da47ecdf2]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1187542567 +0000
- Message:
Fix warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r79de69c |
r397710b |
|
| 33 | 33 | # include <setjmp.h> /* longjmp, setjmp */ |
|---|
| 34 | 34 | #endif |
|---|
| | 35 | |
|---|
| | 36 | #include "libvlc.h" |
|---|
| 35 | 37 | |
|---|
| 36 | 38 | #if defined(__APPLE__) && (defined(__ppc__) || defined(__ppc64__)) |
|---|