Removing taglib submodule and adding it to vcpkg
This commit is contained in:
@@ -3,15 +3,16 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <attachedpictureframe.h>
|
||||
#include <tag.h>
|
||||
#include <tfile.h>
|
||||
#include <tfilestream.h>
|
||||
#include <fileref.h>
|
||||
#include <tbytevector.h>
|
||||
#include <tbytevectorstream.h>
|
||||
#include <tpropertymap.h>
|
||||
#include <id3v2tag.h>
|
||||
#include <taglib/attachedpictureframe.h>
|
||||
#include <taglib/tag.h>
|
||||
#include <taglib/tfile.h>
|
||||
#include <taglib/tfilestream.h>
|
||||
#include <taglib/fileref.h>
|
||||
#include <taglib/tbytevector.h>
|
||||
#include <taglib/tbytevectorstream.h>
|
||||
#include <taglib/tpropertymap.h>
|
||||
#include <taglib/id3v2tag.h>
|
||||
|
||||
|
||||
namespace utility {
|
||||
class ImageFile : public TagLib::File {
|
||||
|
||||
@@ -4,11 +4,12 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include <attachedpictureframe.h>
|
||||
#include <textidentificationframe.h>
|
||||
#include <fileref.h>
|
||||
#include <mpegfile.h>
|
||||
#include <tag.h>
|
||||
// #include <attachedpictureframe.h>
|
||||
#include <taglib/attachedpictureframe.h>
|
||||
#include <taglib/textidentificationframe.h>
|
||||
#include <taglib/fileref.h>
|
||||
#include <taglib/mpegfile.h>
|
||||
#include <taglib/tag.h>
|
||||
|
||||
#include "model/Models.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user