On Thu, 29 Nov 2012, Janne Grunau wrote:

On 2012-11-29 17:16:35 +0200, Martin Storsjö wrote:
On Thu, 29 Nov 2012, Janne Grunau wrote:

On 2012-11-29 16:39:18 +0200, Martin Storsjö wrote:

---
The filtering via sed, especially using a temporary file, obviously
feels a bit kludgy and ugly, suggestions on better ways of doing it
are welcome.

Is it possible to recreate the .def files explicitly with
SLIB_CREATE_DEF_CMD?

I guess it might be doable with dlltool, although it probably ends up
exactly as what gcc/ld outputs now. But I guess it would make a bit more
sense to do this trickery at that step instead.

If dlltool can write to stdout the temporary file handling can be
avoided.

It doesn't seem like dlltool can output to stdout, and it's apparently not totally straightforward to make it output exactly the same symbols as gcc output originally, so the temp file seems to be inevitable. Updated the patch locally to avoid the cat command though.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to