[x264-devel] Re: Error in testing libx264.a

Michigaki michigaki at gmail.com
Thu Nov 30 09:23:15 CET 2006


x264.h is already included in x264.c. we declared helloWorld() in x264.c. We
also included the helloWorld() prototype in x264.h.

---------- from x264.c:
...
#include <gpac/isomedia.h>
#endif


#include "common/common.h"
#include "x264.h"

#ifndef _MSC_VER
#include "config.h"
...
----------

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20061130/7dbae0b2/attachment.htm 


More information about the x264-devel mailing list