]> git.sesse.net Git - vlc/blobdiff - modules/codec/speex.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / codec / speex.c
index 2dc0cfdde9c0ff6d7fbaddb12b05e38cafc2830f..8583bee53ca468579e8520de53b210384ecddf49 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_input.h>
 #include <vlc_codec.h>