<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 21/05/13 02:29, Stéphane wrote:<br>
    </div>
    <blockquote cite="mid:519B0651.6090809@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <font face="Arial">Hi Gonzalo,<br>
        <br>
        I use the binaries from Zeranoe (64 bits dll) without problem.
        What I just did, was to build my own lib files using "lib.exe"
        from MS SDK tools.<br>
        First, I modified the def files from Zeranoe by adding "LIBRARY
        ..." statement at the begining of the file.<br>
        Then, I created the lib files. Command line for 64 bits libs
        should look like this:<br>
        "C:\Program Files (x86)\Microsoft Visual Studio
        10.0\VC\bin\amd64\lib.exe" /MACHINE:x64 /DEF:avcodec-55.def
        /OUT:avcodec.lib<br>
        <br>
        Stéphane</font></blockquote>
    <br>
    <font face="Arial">Thanks I found out my problem with the zeranoe
      build libraries was the lack of -OPT:NOREF switch in the linker.</font><br>
    <br>
  </body>
</html>