Re: [Anjuta-list] How to compile gstreamer programs ?
- From: Naba Kumar <naba kumar gmail com>
- To: Kushal Das <kushaldas gmail com>
- Cc: anjuta-list lists sourceforge net
- Subject: Re: [Anjuta-list] How to compile gstreamer programs ?
- Date: Fri, 01 Sep 2006 22:40:41 +0300
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]