Skip to content
Snippets Groups Projects
  1. Sep 09, 2022
  2. Sep 08, 2022
  3. Sep 06, 2022
  4. Aug 27, 2022
    • David's avatar
      configure.ac: Use pkg-config to detect presence of libgme · 3a08825c
      David authored and David's avatar David committed
      Use the existing pkg-config file to detect presence of libgme. This file
      is already shipped on all known libgme versions (checked back until
      0.6.0, which is from 2015).
      
      This fixes build with recent libgme versions, which added even more
      dependencies which were missing in the old check.
      
      Fixes #27262
      3a08825c
  5. Aug 15, 2022
  6. Aug 12, 2022
  7. Jul 30, 2022
  8. Jul 12, 2022
  9. Jul 03, 2022
  10. Jun 18, 2022
    • Rémi Denis-Courmont's avatar
      jpeg: check version support · 3cf4219d
      Rémi Denis-Courmont authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      VLC requires a library version with custom source/destination memory
      addresses. Note that we cannot look for symbols as some versions define
      them as preprocessor macros aliasing other symbols.
      
      Fixes #27068.
      3cf4219d
  11. Jun 06, 2022
  12. Jun 05, 2022
  13. Jun 03, 2022
    • Sean McGovern's avatar
      fb: remove support · 2999e6a0
      Sean McGovern authored and Steve Lhomme's avatar Steve Lhomme committed
      The Linux fbdev subsystem has been deprecated for more than a decade as there are better options available now.
      2999e6a0
  14. Jun 02, 2022
  15. May 31, 2022
  16. May 21, 2022
    • Alexandre Janniaux's avatar
      configure: check typeof on C++ compilers · 784c3245
      Alexandre Janniaux authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      C compilers can have GNU extensions to support typeof in C code, but
      some C++ compilers like clang are removing the builtin since decltype
      can be used in C++ without the constraints from typeof. Decltype is not
      100% equivalent for this reason: references will be kept in the returned
      type.
      
      The check in m4/typeof.m4 comes from graydon/monotone and dovecot/core
      and was slightly modified to namespace the define for C++ code.
      784c3245
  17. May 20, 2022
  18. May 19, 2022
  19. May 03, 2022
  20. Apr 17, 2022
  21. Apr 10, 2022
    • Alaric Senat's avatar
      upnp: change required version to 1.8.3 · 9fd11b9c
      Alaric Senat authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      This version gives access to `UpnpInit2` for both IPv6 and IPv4.
      `UpnpInit` is deprecated since 1.6 and less safe than `UpnpInit2`.
      
      Libupnp 1.8.3 has been out since 2017 and has been widely adopted in
      most linux distributions now (available on debian since version 10).
      Dropping support for lower versions will allow us to completely remove
      `UpnpInit` from the codebase and simplify a lot the netintf selection
      code.
      9fd11b9c
  22. Apr 02, 2022
  23. Mar 28, 2022
  24. Mar 25, 2022
  25. Mar 17, 2022
  26. Mar 12, 2022
  27. Mar 10, 2022
  28. Mar 05, 2022
Loading