Use quotes for taglib includes.
git-svn-id: svn://localhost/ardour2/branches/3.0@4672 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <taglib/taglib.h>
|
||||
#include <taglib/tag.h>
|
||||
#include <taglib/xiphcomment.h>
|
||||
#include "taglib/taglib.h"
|
||||
#include "taglib/tag.h"
|
||||
#include "taglib/xiphcomment.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
|
||||
#include "pbd/convert.h"
|
||||
|
||||
#include <taglib/fileref.h>
|
||||
#include <taglib/oggfile.h>
|
||||
#include <taglib/flacfile.h>
|
||||
#include "taglib/fileref.h"
|
||||
#include "taglib/oggfile.h"
|
||||
#include "taglib/flacfile.h"
|
||||
|
||||
/* Convert Glib::ustring to TagLib::String */
|
||||
#define TL_STR(ustring) TagLib::String ((ustring).c_str(), TagLib::String::UTF8)
|
||||
|
||||
Reference in New Issue
Block a user