mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
test: avoid unused warning for test-display
meson -Dwith_x11=yes -Dwith_wayland=no -Dwith_drm=no -Dwith_egl=no -Dwith_glx=no buildir generate unused warnings.
This commit is contained in:
parent
7e7ab6e1f8
commit
b7af4205aa
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
GstVaapiDisplay *display;
|
GstVaapiDisplay *display;
|
||||||
#if USE_X11 || USE_WAYLAND
|
#if USE_GLX || USE_WAYLAND
|
||||||
guint width, height;
|
guint width, height;
|
||||||
guint par_n, par_d;
|
guint par_n, par_d;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue