Skip to content
Snippets Groups Projects
  1. Mar 01, 2017
  2. Feb 21, 2017
  3. Jan 12, 2017
  4. Dec 22, 2016
  5. Dec 09, 2016
  6. Dec 07, 2016
  7. Dec 05, 2016
  8. Dec 03, 2016
    • Diego Biurrun's avatar
      Remove Plan 9 support · 3794062a
      Diego Biurrun authored
      Supporting the system was a nice joke for the 9 release, but it has
      run its course. Nowadays Plan 9 receives no testing and has no
      practical usefulness.
      3794062a
  9. Oct 27, 2016
    • Diego Biurrun's avatar
      build: Hardcode avversion.h dependency · 14cab426
      Diego Biurrun authored
      Since avversion.h is a generated header it must be created before
      dependencies can be determined as a side effect of compilation.
      Otherwise Make stops and restarts the build process to generate
      avversion.h and produces related error messages.
      14cab426
  10. Oct 21, 2016
  11. Oct 17, 2016
  12. May 29, 2016
  13. May 27, 2016
  14. Apr 19, 2016
  15. Apr 07, 2016
    • Diego Biurrun's avatar
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun authored
      Restore alphabetical order in lists, break overly long lines, do some
      prettyprinting, add some explanatory section comments, group parts
      together that belong together logically.
      01621202
  16. Mar 30, 2016
  17. Nov 26, 2015
  18. Oct 16, 2015
  19. Oct 11, 2015
    • Sean McGovern's avatar
      build: add Solaris symbol versioning · c1aac39e
      Sean McGovern authored
      
      The versioning facility in the Solaris linker differs from Linux in 3 ways:
      
      1. It does not support globs in linker scripts for
      symbol versioning -- this is a GNU extension.
      
      2. The linker argument is '-M', instead of '--version-script'.
      
      3. It is picky about line endings.
      Each symbol or directive must be on a line of it's own.
      
      Let's use make_sunver.pl from GCC to generate a version script that works
      correctly with the Solaris linker. It's function is to correctly expand the
      globs in the original generated version script.
      
      Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
      c1aac39e
  20. Jul 21, 2015
  21. Jul 02, 2015
  22. Jul 21, 2014
  23. Jun 18, 2014
    • Anton Khirnov's avatar
      Remove avserver. · 894682a9
      Anton Khirnov authored
      It has not been properly maintained for years and there is little hope
      of that changing in the future.
      It appears simpler to write a new replacement from scratch than
      unbreaking it.
      894682a9
  24. May 15, 2014
    • Janne Grunau's avatar
      build: add avresample after avcodec to FFLIBS · 5e2ba41d
      Janne Grunau authored
      avcodec might depend on avresample and with --as-needed required symbols
      might be get removed if avresample is linked before avcodec.
      Fixes link failures of avprobe and avplay on aarch64 with
      --enable-neon-clobber-test.
      5e2ba41d
  25. May 11, 2014
Loading