1. 01 Mar, 2017 2 commits
  2. 27 Oct, 2016 1 commit
    • 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
  3. 21 Oct, 2016 1 commit
  4. 17 Oct, 2016 2 commits
  5. 10 Jun, 2016 1 commit
  6. 29 May, 2016 3 commits
  7. 27 May, 2016 1 commit
  8. 19 Apr, 2016 1 commit
  9. 07 Apr, 2016 1 commit
    • 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
  10. 30 Mar, 2016 1 commit
  11. 22 Mar, 2016 1 commit
  12. 06 Feb, 2016 2 commits
  13. 25 Jan, 2016 1 commit
  14. 21 Jan, 2016 1 commit
    • Andreas Cadhalpun's avatar
      build: make out-of-tree builds bit-identical to in-tree builds · 064963bd
      Andreas Cadhalpun authored
      Previously the full source path was embedded inconsistently in the debug
      information between in-tree/out-of-tree builds.
      
      The 'vpath %.inc' becomes necessary for finding
      libavfilter/all_channel_layouts.inc in out-of-tree builds.
      
      The full source path is still embedded in the debug information, but
      it's now independent of whether building in-tree or out-of-tree.
      
      The biggest improvement of this patch is that gdb now always searches
      for the path relative to the source directory. It still also searches
      for the full path.
      Previously it searched only for the full path in out-of-tree builds,
      making the debug information generated by Debian's buildds rather hard
      to use.
      Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      Signed-off-by: 's avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
      064963bd
  15. 04 Dec, 2015 1 commit
  16. 02 Dec, 2015 1 commit
  17. 26 Nov, 2015 1 commit
  18. 16 Oct, 2015 1 commit
  19. 11 Oct, 2015 1 commit
    • 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: 's avatarLuca Barbato <lu_zero@gentoo.org>
      c1aac39e
  20. 03 Aug, 2015 1 commit
  21. 21 Jul, 2015 1 commit
  22. 07 Jul, 2015 1 commit
  23. 02 Jul, 2015 1 commit
  24. 27 Apr, 2015 1 commit
  25. 17 Apr, 2015 1 commit
  26. 06 Mar, 2015 1 commit
    • James Cowgill's avatar
      configure, mips: remove MIPS32R2, merging it with MIPSFPU · eae13eae
      James Cowgill authored
      There are no independant uses of mips32r2 instructions except for the
      FPU parts. Due to the heavy use of mips32r2 specifc fpu extensions, I
      am guessing the original author intended MIPSFPU to imply MIPS32R2 anyway.
      
      Since these fpu instructions are available on mips64 (non-r2), enable them
      there as well.
      
      Also remove the last occurence of HAVE_MIPS32R2 (which is coupled to
      HAVE_MIPSFPU anyway).
      
      mips32r2 is left in the list of options form compatability so that using
      --disable-mips32r2 doesn't break anything.
      Signed-off-by: 's avatarJames Cowgill <james410@cowgill.org.uk>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      eae13eae
  27. 20 Dec, 2014 1 commit
  28. 22 Oct, 2014 1 commit
  29. 21 Jul, 2014 2 commits
  30. 18 Jun, 2014 1 commit
    • 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
  31. 15 May, 2014 1 commit
    • 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
  32. 11 May, 2014 1 commit
  33. 28 Apr, 2014 2 commits