summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/videoflip/videoflip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/videoflip/videoflip.c b/gst/videoflip/videoflip.c
index 9255e007..b5ab9e07 100644
--- a/gst/videoflip/videoflip.c
+++ b/gst/videoflip/videoflip.c
@@ -18,6 +18,9 @@
*/
#define DEBUG_ENABLED
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <gst/gst.h>
#include <stdlib.h>
#include <math.h>