<div dir="ltr">Hi Thomas,<div><br></div><div>Someone had built VLC with Cedarx for debian.</div><div><br></div><div><a href="http://linux-sunxi.org/VLC">http://linux-sunxi.org/VLC</a><br></div><div><br></div><div>I built libcedarx with arm-linux-androideabi and used cedar.c in vlc/modules/codec/ directory. I modified Makefile.am in the same directory as first mail. And I got above errors.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 28, 2016 at 6:37 PM, Thomas Guillem <span dir="ltr"><<a href="mailto:thomas@gllm.fr" target="_blank">thomas@gllm.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>




<div><span class=""><div> </div>
<div>On Thu, Apr 28, 2016, at 16:45, Mehmet Kurnaz wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>Hello all,<br></div>
<div> </div>
<div>First of all, I am sorry because of I don't know where I can ask.<br></div>
<div> </div>
<div>I need to add cedarx(allwinner video codec) codec to vlc for android. I added related parameters to <br></div>
<div>vlc/modules/codec/Makefile.am <br></div>
<div> </div>
<div><div><span style="font-family:monospace," monospace""><b>libcedar_plugin_la_SOURCES = codec/cedar.c</b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>libcedar_plugin_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_cedar)</b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>libcedar_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)' </b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>libcedar_plugin_la_LIBADD = $(LIBS_cedar)</b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>EXTRA_LTLIBRARIES += <a href="http://libcedar_plugin.la" target="_blank">libcedar_plugin.la</a></b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>codec_LTLIBRARIES += $(LTLIBcedar)</b></span><br></div>
</div>
<div> </div>
<div>I have related libs in vlc/contrib/arm-linux-androideabi/lib directory.<br></div>
<div><span style="font-family:monospace," monospace""><b>libcedarx.a  </b></span><br></div>
<div><span style="font-family:monospace," monospace""><b><a href="http://libcedarx.la" target="_blank">libcedarx.la</a> </b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>libcedarx.so  </b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>libcedarx.so.1  </b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>libcedarx.so.1.0.0</b></span><br></div>
<div> </div>
<div>When I run "sh compile.sh -a armeabi-v7a" script I got below errors.<br></div>
<div><div><span style="font-family:monospace," monospace""><b>../../modules/codec/cedar.c:389: error: undefined reference to 'libcedarx_decoder_close'</b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>../../modules/codec/cedar.c:223: error: undefined reference to 'libcedarx_decoder_open'</b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>../../modules/codec/cedar.c:430: error: undefined reference to 'libcedarx_decoder_add_stream'</b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>../../modules/codec/cedar.c:430: error: undefined reference to 'libcedarx_decoder_decode_stream'</b></span><br></div>
<div><span style="font-family:monospace," monospace""><b>../../modules/codec/cedar.c:430: error: undefined reference to 'libcedarx_decoder_request_frame'</b></span><br></div>
</div>
<div> </div>
<div>I tried to add <span style="font-family:monospace," monospace""><b>lcedarx</b></span> to <b style="font-family:monospace,monospace">libcedar_plugin_la_LIBADD </b><span style="font-family:arial," helvetica"," sans-serif"">but nothing has changed.</span><br></div>
</div>
</blockquote><div> </div>
</span><div>Hello, I'm not aware of this plugin. Is there a code source ? It's difficult to help without it.<br></div>
<div> </div>
<blockquote type="cite"><div dir="ltr"><div> </div>
<div><span style="font-family:arial," helvetica"," sans-serif"">Best regards</span><br></div>
<div><span style="font-family:arial," helvetica"," sans-serif"">Mehmet</span><br></div>
<div> </div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>Android mailing list<br></div>
<div><a href="mailto:Android@videolan.org" target="_blank">Android@videolan.org</a><br></div>
<div><a href="https://mailman.videolan.org/listinfo/android" target="_blank">https://mailman.videolan.org/listinfo/android</a><br></div>
</blockquote><div> </div>
</div>

<br>_______________________________________________<br>
Android mailing list<br>
<a href="mailto:Android@videolan.org">Android@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/android" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/android</a><br>
<br></blockquote></div><br></div>