make is not finding libgstapp - appsrc

Nicolas Dufresne nicolas at ndufresne.ca
Sat Nov 12 03:10:08 UTC 2016


Le vendredi 11 novembre 2016 à 13:30 -0800, rick b a écrit :
> Hi Tim.
> I don't actually have a libgstapp-1,0.so.  Only libgstapp.so
> 
> The exact path to this file is
> /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstapp.so

You have to look one directory up. Should be:

/usr/lib/x86_64-linux-gnu/libgstapp-1.0.so

Note that to get the right build and link flags you should use pkg-
config in your build scripts. Try the following:

  pkg-config --libs --cflags gstreamer-app-1.0

regards,
Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161111/7c958929/attachment.sig>


More information about the gstreamer-devel mailing list