Add M4A to files pattern
[someplayer] / src / taglib / asf / asftag.cpp
index f910ccb..acf4fec 100644 (file)
@@ -27,8 +27,6 @@
 #include <config.h>
 #endif
 
-#ifdef WITH_ASF
-
 #include "asftag.h"
 
 using namespace TagLib;
@@ -216,4 +214,3 @@ bool ASF::Tag::isEmpty() const {
          d->attributeListMap.isEmpty();
 }
 
-#endif