]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_example.cpp
Don't include config.h from the headers - refs #297.
[vlc] / modules / video_filter / opencv_example.cpp
index 66ff608164f756351aa09569e2180c0d2234824a..8a5b1705a51f7bb1c8e1acbbd576fd1ea15b7d87 100644 (file)
 #include <highgui.h>
 
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_decoder.h>
 #include <vlc_filter.h>