Add M4A to files pattern
[someplayer] / src / taglib / asf / asfproperties.cpp
index 68e2d4c..b0552e4 100644 (file)
@@ -27,8 +27,6 @@
 #include <config.h>
 #endif
 
-#ifdef WITH_ASF
-
 #include <tdebug.h>
 #include <tstring.h>
 #include "asfproperties.h"
@@ -104,4 +102,3 @@ void ASF::Properties::setChannels(int length)
   d->channels = length;
 }
 
-#endif