make is not finding libgstapp - appsrc

Mandar Joshi emailmandar at gmail.com
Sat Nov 12 05:11:26 UTC 2016


>
> Yet, when I build the app, Eclipse is reporting back out "cannot find
> -llibgstapp
>
pkg-config is the right way to do things but if you really want to add
all the libraries manually, you need to specify the directory which
contains those libraries with the -L option.
So, in Eclipse wherever, you have specified "-llibgstapp", also enter
"-L/usr/lib/x86_64-linux-gnu/gstreamer-1.0/" without the quotes.


More information about the gstreamer-devel mailing list