<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><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"" class="font"><b>libcedar_plugin_la_SOURCES = codec/cedar.c</b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><b>libcedar_plugin_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_cedar)</b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><b>libcedar_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)' </b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><b>libcedar_plugin_la_LIBADD = $(LIBS_cedar)</b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><b>EXTRA_LTLIBRARIES += <a href="http://libcedar_plugin.la">libcedar_plugin.la</a></b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><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"" class="font"><b>libcedarx.a  </b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><b><a href="http://libcedarx.la">libcedarx.la</a> </b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><b>libcedarx.so  </b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><b>libcedarx.so.1  </b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><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"" class="font"><b>../../modules/codec/cedar.c:389: error: undefined reference to 'libcedarx_decoder_close'</b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><b>../../modules/codec/cedar.c:223: error: undefined reference to 'libcedarx_decoder_open'</b></span><br></div>
<div><span style="font-family:monospace," monospace"" class="font"><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"" class="font"><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"" class="font"><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"" class="font"><b>lcedarx</b></span> to <b style="font-family:monospace,monospace;">libcedar_plugin_la_LIBADD </b><span style="font-family:arial," helvetica"," sans-serif"" class="font">but nothing has changed.</span><br></div>
</div>
</blockquote><div> </div>
<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"" class="font">Best regards</span><br></div>
<div><span style="font-family:arial," helvetica"," sans-serif"" class="font">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">Android@videolan.org</a><br></div>
<div><a href="https://mailman.videolan.org/listinfo/android">https://mailman.videolan.org/listinfo/android</a><br></div>
</blockquote><div> </div>
</body>
</html>