build: no unused variables when disabling asserts
This commit is contained in:
parent
8a80fdaad1
commit
498b62c5ba
@ -38,7 +38,9 @@ main (int argc, char **argv)
|
|||||||
{
|
{
|
||||||
GstElement *pipeline;
|
GstElement *pipeline;
|
||||||
GstBus *bus;
|
GstBus *bus;
|
||||||
|
#ifndef G_DISABLE_ASSERT
|
||||||
GstState state, pending;
|
GstState state, pending;
|
||||||
|
#endif
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|
||||||
gst_init (&argc, &argv);
|
gst_init (&argc, &argv);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user