:-1: error: Package gstreamer-0.10 not found
Hi,
I'm trying to modify a video streaming program on my mac from a linux qt project that uses gstreamer, it all works good on the linux machine. On the mac in QT i get the build error :-1: error: Package gstreamer-0.10 not found yet I have gstreamer installed and can use it from command line. I'm new to C++ programming and QT so could do with some noddy help!
Thanks
Re: :-1: error: Package gstreamer-0.10 not found
You need the development package (headers, libs, etc.) not the runtime package (well, you need that as well).
Re: :-1: error: Package gstreamer-0.10 not found
Hi,
I've got the development package installed, is there anything I need to add in QT so it can find it e.g in Java I would add an external Jar in Netbeans if I was using an external library?
Thanks
Simon