[x264-devel] lib Linking issue
Jasleen Kaur
Jasleen at beesys.com
Tue Mar 19 12:00:07 CET 2013
I am using CYGWIN to compile X264 on windows 7 64 bit OS.
The steps which I follow are
1) I call ./configure --enable-shared
2) I call make
I am successfuly able to compile the dll.
I get
libx264-130.dll
libx264.dll.a
I rename the libx264.dll.a to libx264.dll.lib and use it.
But the problem i am facing is to link with the library generated.
Firstly I get linking error for x264_encoder_open_130
I commented the following lines in x264.h
#define x264_encoder_glue1(x,y) x##y
#define x264_encoder_glue2(x,y) x264_encoder_glue1(x,y)
#define x264_encoder_open x264_encoder_glue2(x264_encoder_open_,X264_BUILD)
where
#define X264_BUILD 130
But I still get linking error for method x264_encoder_open.
How should I go about solving this issue?
Pls guide.
-Jasleen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20130319/94490010/attachment.html>
More information about the x264-devel
mailing list