Add M4A to files pattern
[someplayer] / src / taglib / mp4 / mp4item.cpp
index 0af331f..ac1ee77 100644 (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