mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
Use normal taglib include paths.
git-svn-id: svn://localhost/ardour2/branches/3.0@4673 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b4d8dd9613
commit
b80aa1fa9d
2 changed files with 7 additions and 4 deletions
|
|
@ -23,9 +23,9 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "taglib/taglib.h"
|
||||
#include "taglib/ogg/xiphcomment.h"
|
||||
#include "taglib/tag.h"
|
||||
#include "taglib/xiphcomment.h"
|
||||
#include "taglib/toolkit/taglib.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,11 @@
|
|||
#include "pbd/convert.h"
|
||||
|
||||
#include "taglib/fileref.h"
|
||||
#include "taglib/oggfile.h"
|
||||
#include "taglib/flacfile.h"
|
||||
#include "taglib/flac/flacfile.h"
|
||||
#include "taglib/ogg/oggfile.h"
|
||||
#include "taglib/ogg/xiphcomment.h"
|
||||
#include "taglib/tag.h"
|
||||
#include "taglib/toolkit/taglib.h"
|
||||
|
||||
/* Convert Glib::ustring to TagLib::String */
|
||||
#define TL_STR(ustring) TagLib::String ((ustring).c_str(), TagLib::String::UTF8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue