]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/scale.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / video_filter / scale.c
index 80468edea136207a28dbb98c7b0a5d25a4a56bce..690e1457d3e79b3f95a6a0c20148513d99d52fef 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_vout.h>
 #include "vlc_filter.h"