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