add config.h
authorDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 22:17:19 +0000 (22:17 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 22:17:19 +0000 (22:17 +0000)
Original commit message from CVS:
add config.h

gst/videoflip/videoflip.c

index 9255e00..b5ab9e0 100644 (file)
@@ -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>