Re: [Anjuta-list] How to compile gstreamer programs ?



On Thu, 2006-08-31 at 22:51 +0530, Kushal Das wrote:
> Hi,
> I can compile gstreamer codes in command line by:
>  gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) helloworld.c -o 
> helloworld
> 
try:

gcc -Wall `pkg-config --cflags --libs gstreamer-0.10)` helloworld.c -o 

putting the in anjuta compiler and linker flags dialog.

thanks.

regards,
naba






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]