]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_rgb16.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / video_chroma / i420_rgb16.c
index ae254aadb5ad8fc7f7665b7c4e224328f2e30d8b..2f37e48d4f8b06361cbf772d00dc25c832c7dabc 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_vout.h>