add config.h

Original commit message from CVS:
add config.h
This commit is contained in:
David Schleef 2003-11-06 22:18:56 +00:00
parent 60a60a0452
commit 084a9a35de

View 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>