Skip to content
Snippets Groups Projects
Commit 1162d71f authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

Disable medialibrary bindings on 4.0

parent 4955846d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment