]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/video.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / codec / ffmpeg / video.c
index 76282fada0793a764eb805852dcd5033b9cca806..a8a41ff3760a19779cf1df7089331a6e5a54ada8 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_codec.h>
 #include <vlc_vout.h>