Add M4A to files pattern
[someplayer] / src / taglib / mp4 / mp4atom.cpp
index 6d86a6e..7e20d25 100644 (file)
@@ -27,8 +27,6 @@
 #include <config.h>
 #endif
 
-#ifdef WITH_MP4
-
 #include <tdebug.h>
 #include <tstring.h>
 #include "mp4atom.h"
@@ -193,5 +191,3 @@ MP4::Atoms::path(const char *name1, const char *name2, const char *name3, const
   }
   return path;
 }
-
-#endif