![]() |
2012-09-16
, 19:50
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#2
|
![]() |
2012-09-17
, 10:57
|
|
Posts: 21 |
Thanked: 35 times |
Joined on Oct 2010
@ Portugal
|
#3
|
![]() |
2012-09-17
, 11:59
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#4
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2012-09-17
, 22:22
|
|
Posts: 21 |
Thanked: 35 times |
Joined on Oct 2010
@ Portugal
|
#5
|
I need GStreamer to be included in the project but an error keeps appearing:
Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
I'm using PKGCONFIG += gstreamer-0.10 to add the references to GStreamer, but something is missing.
I've already tried:
- PKGCONFIG += gstreamer-app-0.10
- INCLUDEPARH += /usr/include/gstreamer-0.10 ...
Please help!