Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
1443f97d
Commit
1443f97d
authored
May 25, 2009
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation.
parent
567a6a0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
include/vlc/libvlc_events.h
include/vlc/libvlc_events.h
+4
-0
include/vlc/libvlc_media_library.h
include/vlc/libvlc_media_library.h
+0
-3
No files found.
include/vlc/libvlc_events.h
View file @
1443f97d
...
...
@@ -44,7 +44,11 @@ extern "C" {
* @{
*/
#ifdef __cplusplus
enum
libvlc_event_type_e
{
#else
enum
libvlc_event_type_t
{
#else
/* Append new event types at the end.
* Do not remove, insert or re-order any entry. */
libvlc_MediaMetaChanged
,
...
...
include/vlc/libvlc_media_library.h
View file @
1443f97d
...
...
@@ -99,8 +99,5 @@ VLC_PUBLIC_API libvlc_media_list_t *
/** @} */
# ifdef __cplusplus
}
# endif
#endif
/* VLC_LIBVLC_MEDIA_LIBRARY_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment