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 <gpac/isomedia.h><br>#endif<br><br><br>
#include "common/common.h"<br>#include "x264.h"<br><br>#ifndef _MSC_VER<br>#include "config.h"<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>