Compiling C scripts with gstreamer libraries

2009-05-18 Thread Guilherme Raymo Longo
Hi mates. Ive just started using Fedora distribution and I got stuck trying to compile a program using gcc. I used to compile in other distr. using the following command: gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) code.c -o file Im getting a error saying that gstreamer-0.10

Re: Compiling C scripts with gstreamer libraries

2009-05-18 Thread Markku Kolkka
Guilherme Raymo Longo kirjoitti viestissään (lähetysaika maanantai, 18. toukokuuta 2009): gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) code.c -o file Im getting a error saying that gstreamer-0.10 couldn´t be found. Is the gstreamer-devel package installed? -- Markku Kolkka