Add M4A to files pattern
[someplayer] / src / taglib / mp4 / mp4properties.cpp
index c973d3a..d10aec5 100644 (file)
@@ -27,8 +27,6 @@
 #include <config.h>
 #endif
 
-#ifdef WITH_MP4
-
 #include <tdebug.h>
 #include <tstring.h>
 #include "mp4file.h"
@@ -166,4 +164,3 @@ MP4::Properties::bitsPerSample() const
   return d->bitsPerSample;
 }
 
-#endif