mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
build: no unused variables when disabling asserts
This commit is contained in:
parent
8a80fdaad1
commit
498b62c5ba
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue