Hi,

On Tue, 2016-11-15 at 18:45 +0100, Philip Rinn wrote:
> Package: libgstreamer-plugins-bad1.0-dev
> Version: 1.10.0-1
> Severity: important
> 
> Hi,
> 
> the file gst/gl/gstglconfig.h is installed in
> /usr/lib/<ARCH>/gstreamer-1.0/include/ and not in
> /usr/include/gstreamer-1.0/,
> see:
> 
> https://packages.debian.org/search?searchon=contents&keywords=gst%2Fg
> l%2Fgstglconfig.h&mode=path&suite=unstable&arch=any
> 
> This makes gstreamermm FTBFS :(
>
> Could you fix that please?

It's a bug in gstreamermm. It should use the CFLAGS given by the
gstreamer-gl-1.0 pkg-config file, see:


$ pkg-config --cflags gstreamer-gl-1.0
-pthread -I/usr/include/gstreamer-1.0 
-I/usr/lib/x86_64-linux-gnu/gstreamer-1.0/include -I/usr/include/libdrm 
-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include


That includes the path. It didn't fail previously because the
gstreamer-1.0 also included that path before 1.10.0 but it became
unnecessary then.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to