[Buildroot] [PATCH 1/2] qt/qt5base: force gstreamer on configure

Julien CORJON corjon.j at ecagroup.com
Thu Aug 6 11:35:09 UTC 2015


Hi  Baruch,

Le 6 août 2015 13:30, Baruch Siach <baruch at tkos.co.il> a écrit :
>
> Hi Julien,
>
> On Thu, Aug 06, 2015 at 12:06:14PM +0200, Julien Corjon wrote:
> > +ifeq ($(BR2_PACKAGE_GSTREAMER),y)
> > +QT5BASE_CONFIGURE_OPTS += -gstreamer 0.10
> > +QT5BASE_DEPENDENCIES   += gstreamer
> > +else ifeq ($(BR2_PACKAGE_GSTREAMER1),y)
> > +QT5BASE_CONFIGURE_OPTS += -gstreamer 1.0
> > +QT5BASE_DEPENDENCIES   += gstreamer1
> > +else
> > +QT5BASE_CONFIGURE_OPTS += -no-gstreamer
> > +endif
>
> Shouldn't we default to gstreamer 1.0 when both are enabled?

For now qt recommend to keep gstreamer 0.1 as défaut version[1].

Regards,

Julien

[1] https://wiki.qt.io/New_Features_in_Qt_5.5
>
> baruch
>
>
> --
>      http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
>


More information about the buildroot mailing list