Skip to content
  • Rémi Denis-Courmont's avatar
    Move libvlccore and libcompat to LDFLAGS from LIBADD · 8ac45478
    Rémi Denis-Courmont authored
    An ABI change to libvlccore or libcompat will always be signaled by a
    change in a header file. That change will trigger a recompilation and
    then relinking of affected plugins.
    
    Thus, there is no need for libvlccore.la and libcompat.la to be
    explicit dependencies of plugins. This small hack avoids relinking
    every plugin whenever the libvlccore is rebuilt.
    8ac45478