<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sun, Mar 4, 2018 at 4:07 PM Reino Wijnsma <<a href="mailto:rwijnsma@xs4all.nl">rwijnsma@xs4all.nl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <tt>Hello gnutls-devs,<br>
      <br>
      I'm cross-compiling FFmpeg with GnuTLS (on Windows using Cygwin,
      MinGW and GCC) for TLS 1.2 support.<br>
      Without intervention FFmpeg's configure would always fail:<br>
      <br>[...]<br>
      I've always had to update '<a href="http://gnutls.pc.in" target="_blank">gnutls.pc.in</a>':<br>
      <br>
      prefix=@prefix@<br>
      exec_prefix=@exec_prefix@<br>
      libdir=@libdir@<br>
      includedir=@includedir@<br>
      [...]<br>
      <br>
      but as FFmpeg only checks the pkg-config file, I believe
      '<a href="http://gnutls.pc.in" target="_blank">gnutls.pc.in</a>' is this case is in need of an update.<br></tt></div></blockquote><div><br></div><div>Thank you Reino. I think you're right. The current pkg config file is tailored for unix systems not windows. I see that even the check for its functionality (tests/pkgconfig.sh) is disabled under windows. Would you like to suggest a patch (or better merge request) to handle windows in the pc file?<br><br></div><div>regards,<br></div><div>Nikos<br><br></div><br></div></div>