Changeset 4d96b2a6f342b093ba7d01f42cdea8abbbd0c77c
- Timestamp:
- 05/09/08 17:35:15
(2 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210347315 +0300
- git-parent:
[90aa64cc1cfa26c51713efcec08cb22d41530477]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210347315 +0300
- Message:
The normal include dir is also needed for vlc/vlc.h (curerntly)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5c1474d |
r4d96b2a |
|
| 7 | 7 | Description: VLC media player plugin interface |
|---|
| 8 | 8 | Version: @VERSION@ |
|---|
| 9 | | Cflags: -I${includedir}/vlc/plugins \ |
|---|
| | 9 | Cflags: -I${includedir} -I${includedir}/vlc/plugins \ |
|---|
| 10 | 10 | -D_FILE_OFFSET_BITS=64 \ |
|---|
| 11 | 11 | -D__USE_UNIX98 \ |
|---|