git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • configure : Simplify libxcb check

    22 janvier 2017, par Diego Biurrun
    configure: Simplify libxcb check
    
    • [DBH] configure
  • configure : Add require_header() convenience function

    22 janvier 2017, par Diego Biurrun
    configure: Add require_header() convenience function
    
    Simplifies checking for external library headers and aborting if
    the external library support was requested, but is not available.
    
    • [DBH] configure
  • build : Fine-grained link-time dependency settings

    22 janvier 2017, par Diego Biurrun
    build: Fine-grained link-time dependency settings
    
    Previously, all link-time dependencies were added for all libraries,
    resulting in bogus link-time dependencies since not all dependencies
    are shared across libraries. Also, in some cases like libavutil, not
    all dependencies were taken into account, resulting in some cases of
    underlinking.
    
    To address all this mess a machinery is added for tracking which
    dependency belongs to which library component and then leveraged
    to determine correct dependencies for all individual libraries.
    
    • [DBH] Makefile
    • [DBH] avbuild/common.mak
    • [DBH] avbuild/library.mak
    • [DBH] configure
    • [DBH] tests/checkasm/Makefile
  • configure : Rework dependency handling for conflicting components

    20 janvier 2017, par Diego Biurrun
    configure: Rework dependency handling for conflicting components
    
    This makes the feature more visible and obvious.
    
    • [DBH] configure
  • configure : Simplify inline asm check with appropriate helper function

    20 janvier 2017, par Diego Biurrun
    configure: Simplify inline asm check with appropriate helper function
    
    • [DBH] configure