From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Trapanese Date: Tue, 18 Mar 2014 15:17:12 +0100 Subject: [Buildroot] Error building Qt5Multimedia In-Reply-To: References: <53269705.6060805@gmail.com> <532828E8.5040405@gmail.com> <53284767.3040408@gmail.com> <53284881.1090803@gmail.com> Message-ID: <53285568.7080900@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Thomas, Il 18/03/2014 14:50, Thomas De Schampheleire ha scritto: > The package is built in output/build/gstreamer-0.10.36 and the .mk > file is in package/gstreamer/gstreamer/gstreamer.mk > > This package is pulled in by qt5multimedia as follows: > > qt5multimedia: > ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y) > QT5MULTIMEDIA_DEPENDENCIES += gst-plugins-base > endif > > gst-plugins-base: > GST_PLUGINS_BASE_DEPENDENCIES = gstreamer > > As your config sets BR2_PACKAGE_GST_PLUGINS_BASE, the gstreamer > package should be built. It seems all correct here. The gstreamer package is built, actually. I don't know if I might check something in details to be sure there were no problems here. > If it's not the case: how are you building exactly, simply 'make' ? Yes. As said before I just did: 1) git clone git://git.buildroot.net/buildroot 2) cd buildroot 3) cp /path/to/.config . 4) make nconfig, without any changes, F9 5) make That's it. Best regards Marco