Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
libvlcpp
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libvlcpp
Commits
1162d71f
Commit
1162d71f
authored
5 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
Disable medialibrary bindings on 4.0
parent
4955846d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vlcpp/MediaLibrary.hpp
+4
-0
4 additions, 0 deletions
vlcpp/MediaLibrary.hpp
vlcpp/MediaList.hpp
+2
-0
2 additions, 0 deletions
vlcpp/MediaList.hpp
with
6 additions
and
0 deletions
vlcpp/MediaLibrary.hpp
+
4
−
0
View file @
1162d71f
...
...
@@ -25,6 +25,9 @@
#define LIBVLC_CXX_MEDIALIBRARY_H
#include
"common.hpp"
#if LIBVLC_VERSION_INT < LIBVLC_VERSION(4, 0, 0, 0)
#include
"Internal.hpp"
namespace
VLC
...
...
@@ -74,3 +77,4 @@ public:
#endif
#endif
This diff is collapsed.
Click to expand it.
vlcpp/MediaList.hpp
+
2
−
0
View file @
1162d71f
...
...
@@ -73,6 +73,7 @@ public:
{
}
#if LIBVLC_VERSION_INT < LIBVLC_VERSION(4, 0, 0, 0)
/**
* Get media library subitems.
*
...
...
@@ -82,6 +83,7 @@ public:
:
Internal
{
libvlc_media_library_media_list
(
getInternalPtr
<
libvlc_media_library_t
>
(
mlib
)
),
libvlc_media_list_release
}
{
}
#endif
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment