<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-01-26 12:21 GMT+01:00 Eric-BTG <span dir="ltr"><<a href="mailto:eric.chaloin@bt-ground.com" target="_blank">eric.chaloin@bt-ground.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Re,<br>
<br>
Sorry for the dumb question about BuildType.MAKEFILE..!! I understood. I was<br>
just about to re-answer when your reply came :)<br>
<br>
(In fact I was looking what is done in zlib recipe. I was confused because<br>
BuildType is set to MAKEFILE and configure_tpl is also manually set to<br>
./configure --prefix %(prefix)s...)<br>
<br>
Ok so yes it's better when using AUTOTOOLS backend ^^<br>
<br>
I'm building Freescale libfslvpuwrap library (foo) for Android platforms.<br>
This lib is a wrapper to VPU HW codecs. Libfslvpuwrap configure is looking<br>
for vpu_lib.h header and linker needs libvpu.so.<br>
<br>
This is a bit special because libvpu is build in Freescale Android tree. I<br>
created a cerbero recipe for libvpu (bar). It installs suitable built<br>
libvpu.so in $prefix/lib and headers $prefix/include/vpu/vpu_lib.h.<br>
<br>
I tried to create <a href="http://libvpu.la" target="_blank">libvpu.la</a> and libvpu.pc setting paths to libvpu.so and<br>
vpu_lib.h and expecting libfslvpuwrap using it.. They are declared as devel<br>
files in libvpu recipe.<br>
<br>
I'm able to "manually" build and link libfslvpuwrap to libvpu but not using<br>
cerbero.<br></blockquote><div><br></div><div>Hi Eric,<br><br></div><div>Looking at <a href="http://configure.ac">configure.ac</a> from libfslvpuwrap, it's checking the headers this way:<br>AC_CHECK_HEADERS([vpu_lib.h], [HAVE_VPU_LIB=yes], [HAVE_VPU_LIB=no])<br><br></div><div>This means you have 2 options:<br></div><div>  1. Install vpu_lib.h in $/prefix/include instead of $/prefix/include/vpu/</div><div>  2. Add -I$prefix/include/vpu to your CFLAGS<br><br></div><div>Andoni<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Regards,<br>
<br>
Eric<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Looking-for-cerbero-documentation-deps-managing-issue-tp4670398p4670454.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Looking-for-cerbero-documentation-deps-managing-issue-tp4670398p4670454.html</a><br>
<div class=""><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es">http://www.longomatch.ylatuya.es</a></div>
</div></div>