[x264-devel] "libx264.a libx264.dll.a libx264.dll".

yuqilin1228 yuqilin1228 at gmail.com
Mon Jul 26 16:23:45 CEST 2010


Hello,everyone.I'm a newbie in x264 dev.

Now I'm working on a project using x264.

I tried to compile x264 source under MinGW by the cmd:
"
    ./configure --enable-shared --prefix=somewhere
    make SONAME=libx264.dll
    make install
"
Then, I got some file produced -- "libx264.a libx264.dll.a libx264.dll".
I need to use something like libx264.lib in my project, which is a MSVC project(MicroSoft Visual Studio 2005 or 2008 or 2010).

Now I'm confused on 
1) how to use these produced files in MSVC?
    I really want the files can be used in MSVC, is it possible?
    If only,
2) the dll 'libx264.dll' produced by MinGW is same with the MSVC dll??
    If they're same,I can use it directly.But it didn't work?
3) what's the difference between each of "libx264.a libx264.dll.a libx264.dll"? 
    I know static-lib and dynamic-lib. I wonder some more details.

I have trapped in for a couple of days. 
Hope someone to save me.

THANKS!!!
                    
2010-07-26



yuqilin1228
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20100726/750a7ada/attachment.htm>


More information about the x264-devel mailing list