]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/panoramix.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / video_filter / panoramix.c
index 90d127854586ee137587e2b24215849b947615dd..3213f36a34650258a42bdb3601160b0770573f97 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_vout.h>