[Interest] Build Qt 4.8.6 on CentOS 6 without GStreamer
Bob Hood
bhood2 at comcast.net
Tue Apr 28 21:33:41 CEST 2015
Looks like adding "-D ENABLE_VIDEO=0" might have disabled the reference to
GStreamer.
If there's a better/more elegant solution, please feel free to share.
On 4/28/2015 11:14 AM, Bob Hood wrote:
> I'm trying to build Qt 4.8.6 on CentOS 6.4, and the initial configure is
> giving me the error:
>
> Project ERROR: Package gstreamer-app-0.10 not found
>
> Even though yum swears that I have all the GStreamer dependencies installed.
>
> So, after some Googling, I've determined that I can turn off the GStreamer by
> passing:
>
> WEBKIT_CONFIG-=use_gstreamer
> WEBKIT_CONFIG+=use_qt_multimedia
>
> (per https://bugreports.qt.io/browse/QTBUG-34302)
>
> However, I cannot see a way to pass those options on the "configure" line.
> How do I convey these options down to the WebKit build without directly
> hacking the distribution files?
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
More information about the Interest
mailing list