1. 23 Oct, 2017 1 commit
  2. 09 Oct, 2017 1 commit
  3. 25 Aug, 2017 1 commit
  4. 23 Mar, 2017 12 commits
  5. 12 Jan, 2017 1 commit
  6. 10 Dec, 2016 1 commit
  7. 02 Dec, 2016 1 commit
  8. 23 Nov, 2016 1 commit
  9. 18 Nov, 2016 1 commit
  10. 17 Nov, 2016 1 commit
  11. 08 Nov, 2016 2 commits
  12. 03 Nov, 2016 1 commit
    • Martin Storsjö's avatar
      options_table: Remove a now unnecessary include of config.h · 1a469a5e
      Martin Storsjö authored
      The include of config.h was added in 2012 in 1d9c2dc8, due to
      the use of CONFIG_SNOW_ENCODER ifdefs within options_table.h.
      When the snow codec was dropped later (in a0c5917f in 2013),
      this include no longer served any purpose.
      
      options_table.h is included in builds for the host as well, when
      building documentation. config.h should not be included in code
      that is built for the host, since it can contain workarounds
      for the target compiler/environment, like adding a missing define
      of restrict, defining getenv(x) to NULL for environments that lack
      getenv.
      
      The seemingly innocent include reordering in 2025d378 broke
      builds that have getenv(x) defined to NULL in config.h (Windows CE
      and Windows Phone/RT), since libavcodec/options_table.h include
      config.h, while libavformat/options_table.h end up bringing in
      more system headers, and those system headers can contain a proper
      definition of getenv, which clash with the getenv define in config.h.
      This was avoided earlier as long as libavformat/options_table.h (or
      avformat.h) was included before libavcodec/options_table.h.
      
      This fixes builds for Windows Phone/RT and CE.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      1a469a5e
  13. 02 Nov, 2016 1 commit
  14. 21 Oct, 2016 1 commit
  15. 22 Aug, 2016 1 commit
  16. 27 Jun, 2016 2 commits
  17. 21 Jun, 2016 2 commits
  18. 06 May, 2016 1 commit
  19. 04 May, 2016 1 commit
  20. 02 May, 2016 1 commit
  21. 26 Feb, 2016 3 commits
  22. 18 Feb, 2016 1 commit
  23. 10 Feb, 2016 1 commit
  24. 21 Jan, 2016 1 commit