Use namespace for static taglib to avoid collision with taglib
linked to vlc
This commit is contained in:
6
3rdparty/taglib/tag.h
vendored
6
3rdparty/taglib/tag.h
vendored
@@ -29,7 +29,7 @@
|
||||
#include "taglib_export.h"
|
||||
#include "tstring.h"
|
||||
|
||||
namespace TagLib {
|
||||
namespace Strawberry_TagLib::TagLib {
|
||||
|
||||
//! A simple, generic interface to common audio meta data fields
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace TagLib {
|
||||
* of various audio codecs and tagging schemes. As such it is generally a
|
||||
* subset of what is available in the specific formats but should be suitable
|
||||
* for most applications. This is meant to compliment the generic APIs found
|
||||
* in TagLib::AudioProperties, TagLib::File and TagLib::FileRef.
|
||||
* in Strawberry_TagLib::TagLib::AudioProperties, Strawberry_TagLib::TagLib::File and Strawberry_TagLib::TagLib::FileRef.
|
||||
*/
|
||||
|
||||
class PropertyMap;
|
||||
@@ -65,7 +65,7 @@ namespace TagLib {
|
||||
* The parameter \a properties must contain only entries from
|
||||
* properties().unsupportedData().
|
||||
* BIC: Will become virtual in future releases. Currently the non-virtual
|
||||
* standard implementation of TagLib::Tag does nothing, since there are
|
||||
* standard implementation of Strawberry_TagLib::TagLib::Tag does nothing, since there are
|
||||
* no unsupported elements.
|
||||
*/
|
||||
void removeUnsupportedProperties(const StringList& properties);
|
||||
|
||||
Reference in New Issue
Block a user