gstreamer libary unresolved include
Posted
by user300990
on Stack Overflow
See other posts from Stack Overflow
or by user300990
Published on 2010-03-24T16:40:50Z
Indexed on
2010/03/24
16:43 UTC
Read the original article
Hit count: 592
gstreamer
Hi
I wrote a simple C code with gstreamer libs( gstreamer example code manual ref )
The gstreamer headers are into /usr/include/gstreamer-0.10/gst
into my C code I wrote:
include "gstreamer-0.10/gst/gst.h"
I have this error: there are unresolved includes inside
How to solve the problem? I thank you...
© Stack Overflow or respective owner