summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-06 22:17:19 +0000
committerDavid Schleef <ds@schleef.org>2003-11-06 22:17:19 +0000
commitdb94ea181b339e29f80daff9ddce864ce69e4625 (patch)
tree1607b6456b52bd3265994a9ec84ee093e586e08d
parent95f73bcf6dd90053087c3a62901db31240b38f09 (diff)
add config.h
Original commit message from CVS: add config.h
-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>