1. 06 Dec, 2017 2 commits
  2. 02 Dec, 2017 5 commits
  3. 30 Nov, 2017 1 commit
  4. 28 Nov, 2017 2 commits
  5. 24 Nov, 2017 1 commit
  6. 23 Nov, 2017 1 commit
  7. 19 Nov, 2017 1 commit
    • Martin Storsjö's avatar
      libavcodec: Don't use dllexport, only dllimport when building DLLs · 3152058b
      Martin Storsjö authored
      The only purpose of dllexport (which is set while building the library
      that exports the symbols) is to have the linker automatically
      export such symbols into a DLL without using a def file - it doesn't
      affect the generated code.
      
      For both MSVC and mingw builds, this isn't essential since we override
      what symbols to export via an autogenerated def file instead.
      
      Update a comment in configure to refer to the right concept.
      
      With lld, this avoids warnings about duplicate export directives,
      when some symbols are requested to be exported both via dllexport
      attributes and via the autogenerated def file.
      
      This also reduces the number of lines of code marginally.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      3152058b
  8. 16 Nov, 2017 1 commit
  9. 15 Nov, 2017 2 commits
  10. 14 Nov, 2017 1 commit
  11. 13 Nov, 2017 1 commit
  12. 12 Nov, 2017 6 commits
  13. 11 Nov, 2017 3 commits
  14. 09 Nov, 2017 3 commits
  15. 06 Nov, 2017 1 commit
  16. 04 Nov, 2017 2 commits
  17. 03 Nov, 2017 3 commits
  18. 02 Nov, 2017 4 commits