Skip to content
Snippets Groups Projects

libplacebo: bump minimum dependency to v2.72.0

Merged Niklas Haas requested to merge haasn/vlc:placebo_v2 into master
  1. Oct 07, 2021
    • Niklas Haas's avatar
      libplacebo: add forward compatibility with libplacebo v4+ · 9c284d79
      Niklas Haas authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      Current libplacebo git master has dropped fields deprecated in
      libplacebo v2, but we remain backwards compatible with libplacebo v2 due
      to reasons of debian stable / ubuntu LTS.
      
      Rather than bumping up to libplacebo v3 (which would allow us to drop
      these deprecated functions entirely), simply add forward compatibility
      defines for now. Can be removed whenever there's a new ubuntu/debian
      release.
      9c284d79
    • Niklas Haas's avatar
      libplacebo: drop backwards compatibility paths · 5be0a1e3
      Niklas Haas authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      With the bump to the minimum version, all these #ifdefs can (mostly) be
      cleaned up.
      5be0a1e3
    • Niklas Haas's avatar
      libplacebo: bump minimum dependency to v2.72.0 · 38930e8e
      Niklas Haas authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      This is packaged everywhere relevant, including Debian 11 (stable).
      Fedora 33 and Ubuntu 20.10. (Rolling release distros all have v4
      anyways)
      
      Motivation behind this is twofold: besides the obvious code
      simplification, this is mainly for simpler forward compatibility with
      libplacebo v4+.
      38930e8e
Loading