]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/grain.c
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
[vlc] / modules / video_filter / grain.c
index 0fe5fb6b3bf73fafd63d332e7aa4054e5937ad86..0042ff603b71c5cbe1bd6dad578374bb30ad205a 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_vout.h>