Remove the options to disable MP4/ASF support

This commit is contained in:
Lukáš Lalinský
2011-06-24 08:49:50 +02:00
parent 0b34d4f8ee
commit dd846904cb
18 changed files with 18 additions and 93 deletions

View File

@ -27,8 +27,6 @@
#include <config.h>
#endif
#ifdef WITH_MP4
#include <tdebug.h>
#include <tstring.h>
#include "mp4atom.h"
@ -198,4 +196,3 @@ MP4::Atoms::path(const char *name1, const char *name2, const char *name3, const
return path;
}
#endif

View File

@ -27,8 +27,6 @@
#include <config.h>
#endif
#ifdef WITH_MP4
#include <taglib.h>
#include <tdebug.h>
#include "mp4coverart.h"
@ -86,4 +84,3 @@ MP4::CoverArt::data() const
return d->data;
}
#endif

View File

@ -27,8 +27,6 @@
#include <config.h>
#endif
#ifdef WITH_MP4
#include <tdebug.h>
#include <tstring.h>
#include "mp4atom.h"
@ -149,4 +147,3 @@ MP4::File::save()
return d->tag->save();
}
#endif

View File

@ -27,8 +27,6 @@
#include <config.h>
#endif
#ifdef WITH_MP4
#include <taglib.h>
#include <tdebug.h>
#include "mp4item.h"
@ -146,4 +144,3 @@ MP4::Item::isValid() const
return d->valid;
}
#endif

View File

@ -27,8 +27,6 @@
#include <config.h>
#endif
#ifdef WITH_MP4
#include <tdebug.h>
#include <tstring.h>
#include "mp4file.h"
@ -186,4 +184,3 @@ MP4::Properties::isEncrypted() const
return d->encrypted;
}
#endif

View File

@ -27,8 +27,6 @@
#include <config.h>
#endif
#ifdef WITH_MP4
#include <tdebug.h>
#include <tstring.h>
#include "mp4atom.h"
@ -638,4 +636,3 @@ MP4::Tag::itemListMap()
return d->items;
}
#endif