]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/grain.c
Qt4 - Basic implementation of the extensions. Seem to work :D Just .avi now, because...
[vlc] / modules / video_filter / grain.c
index f074822b2f3d229742bfaecb260aafd10c4b4fe1..0042ff603b71c5cbe1bd6dad578374bb30ad205a 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <string.h>
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include <vlc/vlc.h>
 #include <vlc_vout.h>