]> git.sesse.net Git - ffmpeg/commit
makedef: Extend the script for use with mingw tools as well
authorMartin Storsjö <martin@martin.st>
Thu, 24 Aug 2017 20:05:21 +0000 (23:05 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 31 Aug 2017 11:22:18 +0000 (14:22 +0300)
commit1a7bf48eed806beea7e835b31b06aa6bc94da5da
tree3aaebce7cffa9204312263b2d95583735d255fc8
parent44aa9105c535471ca9e23796d7ca29b341f47636
makedef: Extend the script for use with mingw tools as well

This is invoked by setting the NM and AR variables to the names of
those specific tools. The ARCH variable also needs to be provided,
to choose the symbol prefix (nm doesn't provide any option that
dumps the architecture easily).

Signed-off-by: Martin Storsjö <martin@martin.st>
compat/windows/makedef