Fix taglib includes
This commit is contained in:
@@ -2,6 +2,11 @@ Strawberry Music Player
|
|||||||
=======================
|
=======================
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
|
||||||
|
Unreleased:
|
||||||
|
|
||||||
|
* Fixed crash in analyzer
|
||||||
|
* Fixed trying to use systray even if the desktop had no systray
|
||||||
|
|
||||||
Version 0.3.3:
|
Version 0.3.3:
|
||||||
|
|
||||||
* Fixed Tidal login
|
* Fixed Tidal login
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
#include <taglib/tag.h>
|
#include <taglib/tag.h>
|
||||||
#include <taglib/apetag.h>
|
#include <taglib/apetag.h>
|
||||||
#include <taglib/id3v2tag.h>
|
#include <taglib/id3v2tag.h>
|
||||||
#include "taglib/id3v2frame.h"
|
#include <taglib/id3v2frame.h>
|
||||||
#include <taglib/flacfile.h>
|
#include <taglib/flacfile.h>
|
||||||
#include <taglib/oggflacfile.h>
|
#include <taglib/oggflacfile.h>
|
||||||
#include <taglib/flacproperties.h>
|
#include <taglib/flacproperties.h>
|
||||||
@@ -54,12 +54,12 @@
|
|||||||
#include <taglib/wavpackfile.h>
|
#include <taglib/wavpackfile.h>
|
||||||
#include <taglib/aifffile.h>
|
#include <taglib/aifffile.h>
|
||||||
#include <taglib/asffile.h>
|
#include <taglib/asffile.h>
|
||||||
#include "taglib/asftag.h"
|
#include <taglib/asftag.h>
|
||||||
#include "taglib/asfattribute.h"
|
#include <taglib/asfattribute.h>
|
||||||
#include "taglib/asfproperties.h"
|
#include <taglib/asfproperties.h>
|
||||||
#include <taglib/mp4file.h>
|
#include <taglib/mp4file.h>
|
||||||
#include <taglib/mp4tag.h>
|
#include <taglib/mp4tag.h>
|
||||||
#include "taglib/mp4item.h"
|
#include <taglib/mp4item.h>
|
||||||
#include <taglib/mp4coverart.h>
|
#include <taglib/mp4coverart.h>
|
||||||
#include <taglib/mp4properties.h>
|
#include <taglib/mp4properties.h>
|
||||||
#include <taglib/mpcfile.h>
|
#include <taglib/mpcfile.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user