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. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
