Add M4A to files pattern
[someplayer] / src / taglib / mp4 / mp4file.cpp
index 21a5429..d81bb44 100644 (file)
@@ -27,8 +27,6 @@
 #include <config.h>
 #endif
 
-#ifdef WITH_MP4
-
 #include <tdebug.h>
 #include <tstring.h>
 #include "mp4atom.h"
@@ -134,5 +132,3 @@ MP4::File::save()
 
   return d->tag->save();
 }
-
-#endif