Changeset e52e46410c9b9c286c6fe2cfdb8a9feb7521ac8f
- Timestamp:
- 16/05/07 16:56:06
(2 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1179327366 +0000
- git-parent:
[fe66192ab8dbce53d14094df053f824e8d88d61e]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1179327366 +0000
- Message:
Fix include: libvlc.h, is in vlc/libvlc.h now.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r21e5726 |
re52e464 |
|
| 365 | 365 | }; |
|---|
| 366 | 366 | |
|---|
| 367 | | #include <libvlc.h> |
|---|
| | 367 | #include <vlc/libvlc.h> |
|---|
| 368 | 368 | |
|---|
| 369 | 369 | static inline stream_t *vlc_stream_create( vlc_object_t *obj ) |
|---|