]> git.sesse.net Git - vlc/blobdiff - modules/demux/mpeg/m4v.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / demux / mpeg / m4v.c
index b86a5f7175e3b6773be490ccfc5ff13b91359809..06c5d99b8f98430452a6db5446b79949e5942536 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_demux.h>
 #include "vlc_codec.h"