[Bug 765702] ./configure --enable-glx=no does not work

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 29 02:33:43 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=765702

--- Comment #3 from Li Jing <jingl3 at hotmail.com> ---
I'm using the master branch, last commit is:
----------------
commit 018ea8b2fc193f64bcaf8f2a58e67d6a806dfce9
Author: Sreerenj Balachandran <sreerenj.balachandran at intel.com>
Date:   Wed Apr 27 17:10:26 2016 +0300
----------------------

Steps:

1. ./configure --enable-x11=no --enable-egl=no --enable-glx=no
--enable-wayland=no
2. make -j8. 
And you should have:
---------------------------------------------
test-display.c: In function 'main':
test-display.c:273:33: error: unused variable 'par_d' [-Werror=unused-variable]
     guint width, height, par_n, par_d;
                                 ^
test-display.c:273:26: error: unused variable 'par_n' [-Werror=unused-variable]
     guint width, height, par_n, par_d;
                          ^
test-display.c:273:18: error: unused variable 'height'
[-Werror=unused-variable]
     guint width, height, par_n, par_d;
                  ^
test-display.c:273:11: error: unused variable 'width' [-Werror=unused-variable]
     guint width, height, par_n, par_d;
           ^
test-display.c:272:32: error: unused variable 'display2'
[-Werror=unused-variable]
     GstVaapiDisplay *display, *display2;
                                ^
cc1: all warnings being treated as errors
------------------------------------------------------------

btw: if you don't have gl installed in the system(no gstreamer-gl too), even
though I set enable-glx=no and enable-egl=no, it will still try to include a
header file from gstreamer-gl

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list