gtreamer custom plugin using c++
Nicolas Dufresne
nicolas at ndufresne.ca
Tue Jan 10 01:19:31 UTC 2017
Le 9 janv. 2017 11:14 AM, "palash" <palash at anyconnect.com> a écrit :
I was trying to create a custom plugin which can implement C++ APIs (for
example OpenCV C++ APIs). First I tried to rename the source gstexample.c
file to gstexample.cpp and make requried changes in Makefile.am to reflect
the name change and addd AC_PROG_CXX in configure.ac file. When I try to
compile it reports following error and stops.
make[2]: *** No rule to make target 'gstexample.c', needed by
'libgstexample_la-gstexample.lo'. Stop.
Any suggestion how can I change it so that I can implement openCV C++ APIs?
Looks like autotool didn't fully pick the change. Try running autoreconf at
the top level of your repo.
--
View this message in context: http://gstreamer-devel.966125.
n4.nabble.com/gtreamer-custom-plugin-using-c-tp4681376.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170109/098ea765/attachment.html>
More information about the gstreamer-devel
mailing list