Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Leonhard Saam
libvlcpp
Commits
1162d71f
Commit
1162d71f
authored
Jun 04, 2019
by
Hugo Beauzée-Luyssen
Browse files
Disable medialibrary bindings on 4.0
parent
4955846d
Changes
2
Hide whitespace changes
Inline
Side-by-side
vlcpp/MediaLibrary.hpp
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
vlcpp/MediaList.hpp
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
/**
...
...
Write
Preview
Supports
Markdown
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