mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
fix local includes and 64 bits constants
Original commit message from CVS: fix local includes and 64 bits constants
This commit is contained in:
parent
c3ceea3107
commit
f59e0a7cda
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include <gststereo.h>
|
#include "gststereo.h"
|
||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails stereo_details = GST_ELEMENT_DETAILS ("Stereo effect",
|
static GstElementDetails stereo_details = GST_ELEMENT_DETAILS ("Stereo effect",
|
||||||
|
|
Loading…
Reference in a new issue