You are not logged in.

1

Thursday, February 10th 2005, 2:41pm

GStreamer

I've found this framework which sound real great for multimedia programming.
Since it's desktop independent, I only need to know how to link it correctly (in KDevelop); I've read it relies on pkg.config, so can somebody explain me a bit of linking etc? I hope to understand all this stuff clearly, so that I'll bother you less often (maybe...) :)
Thnaks,
Snag.
"Why are we here?
Because we're here.
Roll the bones."

  • "antonio.fasolato" is male

Posts: 36

Location: Padova, Italy

Occupation: Student

  • Send private message

2

Monday, February 21st 2005, 9:12pm

For C++ preprocessor options you have to run

Source code

1
pkg-config gstreamer-0.8 --cflags


For linker options you have to run

Source code

1
pkg-config gstreamer-0.8 --ldflags


Obviously the option gstreamer-0.8 works for my system. You have to discover what version you are using

You then can paste the commands output in your makefile or, better, have the makefile launch them itself.

Hope I helped!
Antonio
--
Antonio