[x264-devel] Link error question

Vinicius Heineck heineck at gmail.com
Sat Apr 17 16:57:26 CEST 2010


I'm a user beginner of the libx264, and when I compile a test code with only
one function, I receive a link error.
I read the x264.h, but not understand because exists this error, because the
libx264.lib is find in my code.
Perhaps the error exists because an VERSION incompatibility, I'm using
UBUNTU 9.10 with g++ 4.4.1.
How I compile the source whitout any bugs?

Source code:

#include "inttypes.h"
#include "stdint.h"
#include "x264.h"

using namespace std;

int main()
{
    cout << "test libx264" << endl;

    x264_t *x264;
    x264_param_t *param;
    x264 = x264_encoder_open(param);

    return 0;
}


Thanks!
Vinícius
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20100417/b3218a74/attachment.htm>


More information about the x264-devel mailing list