mirror of
https://github.com/taglib/taglib.git
synced 2025-11-12 20:52:52 -05:00
Remove the options to disable MP4/ASF support
This commit is contained in:
@ -27,8 +27,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ASF
|
||||
|
||||
#include <taglib.h>
|
||||
#include <tdebug.h>
|
||||
#include "asfattribute.h"
|
||||
@ -353,4 +351,3 @@ void ASF::Attribute::setStream(int value)
|
||||
d->stream = value;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@ -27,8 +27,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ASF
|
||||
|
||||
#include <tdebug.h>
|
||||
#include <tbytevectorlist.h>
|
||||
#include <tstring.h>
|
||||
@ -607,4 +605,3 @@ ByteVector ASF::File::renderString(const String &str, bool includeLength)
|
||||
return data;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@ -27,8 +27,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ASF
|
||||
|
||||
#include <taglib.h>
|
||||
#include <tdebug.h>
|
||||
#include "asfattribute.h"
|
||||
@ -182,4 +180,3 @@ ASF::Picture ASF::Picture::fromInvalid()
|
||||
return ret;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@ -27,8 +27,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ASF
|
||||
|
||||
#include <tdebug.h>
|
||||
#include <tstring.h>
|
||||
#include "asfproperties.h"
|
||||
@ -115,4 +113,3 @@ void ASF::Properties::setEncrypted(bool encrypted)
|
||||
d->encrypted = encrypted;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@ -27,8 +27,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ASF
|
||||
|
||||
#include "asftag.h"
|
||||
|
||||
using namespace TagLib;
|
||||
@ -198,4 +196,3 @@ bool ASF::Tag::isEmpty() const
|
||||
d->attributeListMap.isEmpty();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user