Use namespace for static taglib to avoid collision with taglib
linked to vlc
This commit is contained in:
2
3rdparty/taglib/tagunion.cpp
vendored
2
3rdparty/taglib/tagunion.cpp
vendored
@@ -33,7 +33,7 @@
|
||||
#include "xiphcomment.h"
|
||||
#include "infotag.h"
|
||||
|
||||
using namespace TagLib;
|
||||
using namespace Strawberry_TagLib::TagLib;
|
||||
|
||||
#define stringUnion(method) \
|
||||
if(tag(0) && !tag(0)->method().isEmpty()) \
|
||||
|
||||
Reference in New Issue
Block a user