Hi, On 28/10/2011 16:42, Steve Cookson wrote:
I'm pretty sure you just need --enable-mediactrl with the 2.8.* series, because the default in wxWidgets build is 'no'. With 2.9.* Vadim from the wxWidgets team assures me the default answer is 'yes'.
Without '--enable-mediactrl' on 2.9.2, wxWidgets will configure to build the wxMedia extensions if the required dependencies are available (gstreamer) but will continue without them if they are not.
With an explicit '--enable-mediactrl' configure will exit with an error if gstreamer dependencies are not found - which in this case is what you want rather than continuing on regardless.
Note: this is 2.9.2 behaviour. I've not checked if 2.8.12 will exit if an explicit '--enable-mediactrl' fails to find dependencies.
Regards Mark