diff options
| author | David Schleef <ds@schleef.org> | 2003-11-06 22:17:19 +0000 |
|---|---|---|
| committer | David Schleef <ds@schleef.org> | 2003-11-06 22:17:19 +0000 |
| commit | db94ea181b339e29f80daff9ddce864ce69e4625 (patch) | |
| tree | 1607b6456b52bd3265994a9ec84ee093e586e08d | |
| parent | 95f73bcf6dd90053087c3a62901db31240b38f09 (diff) | |
add config.h
Original commit message from CVS:
add config.h
| -rw-r--r-- | gst/videoflip/videoflip.c | 3 |
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> |
