mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
add config.h
Original commit message from CVS: add config.h
This commit is contained in:
parent
95f73bcf6d
commit
db94ea181b
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue