mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
trying to fix make distcheck
Original commit message from CVS: trying to fix make distcheck
This commit is contained in:
parent
d678f74f2c
commit
1a2d1c4195
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
GstPad *srcpad, *sinkpad;
|
GstPad *srcpad, *sinkpad;
|
||||||
GstPad *srcpadtempl, *sinkpadtempl;
|
GstPad *srcpadtempl, *sinkpadtempl;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
GstPad *srcpad, *sinkpad;
|
GstPad *srcpad, *sinkpad;
|
||||||
GstPad *srcpadtempl, *sinkpadtempl;
|
GstPad *srcpadtempl, *sinkpadtempl;
|
||||||
|
|
Loading…
Reference in a new issue