x264.h is already included in x264.c. we declared helloWorld() in x264.c. We also included the helloWorld() prototype in x264.h. <br><br>---------- from x264.c:<br>...<br>#include &lt;gpac/isomedia.h&gt;<br>#endif<br><br><br>
#include &quot;common/common.h&quot;<br>#include &quot;x264.h&quot;<br><br>#ifndef _MSC_VER<br>#include &quot;config.h&quot;<br>...<br>----------<br><br>i don't think if it helps but i also tried including x264.h in main.cpp
, the same errors occured. just some added info, we are c++ noobs.<br><br>