• Moritz Barsnick's avatar
    lavf/tls_gnutls: fix warnings from version check · 6bf48c48
    Moritz Barsnick authored
    The GnuTLS version is checked through the macro GNUTLS_VERSION_NUMBER,
    but this wasn't introduced before 2.7.2. Building with older versions
    of GnuTLS (using icc) warns:
    
    src/libavformat/tls_gnutls.c(38): warning #193: zero used for undefined preprocessing identifier "GNUTLS_VERSION_NUMBER"
      #if HAVE_THREADS && GNUTLS_VERSION_NUMBER <= 0x020b00
    
    This adds a fallback to the older, deprecated LIBGNUTLS_VERSION_NUMBER
    macro.
    Signed-off-by: 's avatarMoritz Barsnick <barsnick@gmx.net>
    6bf48c48
tls_gnutls.c 8.12 KB