Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
3c4fac1e
Commit
3c4fac1e
authored
Jan 21, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc: add some missing 'extern "C"'
parent
6301d60e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
0 deletions
+32
-0
include/vlc/libvlc_media.h
include/vlc/libvlc_media.h
+8
-0
include/vlc/libvlc_media_discoverer.h
include/vlc/libvlc_media_discoverer.h
+8
-0
include/vlc/libvlc_media_library.h
include/vlc/libvlc_media_library.h
+8
-0
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+8
-0
No files found.
include/vlc/libvlc_media.h
View file @
3c4fac1e
...
...
@@ -31,6 +31,10 @@
#ifndef VLC_LIBVLC_MEDIA_H
#define VLC_LIBVLC_MEDIA_H 1
# ifdef __cplusplus
extern
"C"
{
# endif
/*****************************************************************************
* media
*****************************************************************************/
...
...
@@ -361,4 +365,8 @@ VLC_PUBLIC_API void *
/** @}*/
# ifdef __cplusplus
}
# endif
#endif
/* VLC_LIBVLC_MEDIA_H */
include/vlc/libvlc_media_discoverer.h
View file @
3c4fac1e
...
...
@@ -31,6 +31,10 @@
#ifndef VLC_LIBVLC_MEDIA_DISCOVERER_H
#define VLC_LIBVLC_MEDIA_DISCOVERER_H 1
# ifdef __cplusplus
extern
"C"
{
# endif
/*****************************************************************************
* Services/Media Discovery
*****************************************************************************/
...
...
@@ -99,4 +103,8 @@ VLC_PUBLIC_API int
/**@} */
# ifdef __cplusplus
}
# endif
#endif
/* <vlc/libvlc.h> */
include/vlc/libvlc_media_library.h
View file @
3c4fac1e
...
...
@@ -31,6 +31,10 @@
#ifndef VLC_LIBVLC_MEDIA_LIBRARY_H
#define VLC_LIBVLC_MEDIA_LIBRARY_H 1
# ifdef __cplusplus
extern
"C"
{
# endif
/*****************************************************************************
* Media Library
*****************************************************************************/
...
...
@@ -106,4 +110,8 @@ VLC_PUBLIC_API libvlc_media_list_t *
/** @} */
# ifdef __cplusplus
}
# endif
#endif
/* VLC_LIBVLC_MEDIA_LIBRARY_H */
include/vlc/libvlc_media_player.h
View file @
3c4fac1e
...
...
@@ -31,6 +31,10 @@
#ifndef VLC_LIBVLC_MEDIA_PLAYER_H
#define VLC_LIBVLC_MEDIA_PLAYER_H 1
# ifdef __cplusplus
extern
"C"
{
# endif
/*****************************************************************************
* Media Player
*****************************************************************************/
...
...
@@ -1160,4 +1164,8 @@ VLC_PUBLIC_API void libvlc_audio_set_channel( libvlc_instance_t *,
/** @} media_player */
# ifdef __cplusplus
}
# endif
#endif
/* VLC_LIBVLC_MEDIA_PLAYER_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