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