Add M4A to files pattern
[someplayer] / src / taglib / mp4 / mp4tag.cpp
index f8acc87..212006d 100644 (file)
@@ -27,8 +27,6 @@
 #include <config.h>
 #endif
 
-#ifdef WITH_MP4
-
 #include <tdebug.h>
 #include <tstring.h>
 #include "mp4atom.h"
@@ -633,4 +631,3 @@ MP4::Tag::itemListMap()
   return d->items;
 }
 
-#endif