Francois Gouget writes:
> On Mon, 12 Nov 2012, Alexandre Julliard wrote:
>> In theory yes, but that would have to be auto-generated. In practice
>> only strmbase should matter.
>
> I'm not sure how to auto-generate it. Would something that looks like
> this be ok:
>
> In Makefile.in:
>
> STATICI
On Mon, 12 Nov 2012, Alexandre Julliard wrote:
[...]
> > Would somthing like the patch below be acceptable?
> > Should it be generalized to all the dependencies on uuid, dxguid, etc?
>
> In theory yes, but that would have to be auto-generated. In practice
> only strmbase should matter.
I'm not su
Francois Gouget writes:
> strmbase is a static library which is used by amstream, qcap, quartz and
> others. This means functions defined in strmbase end up being included
> in amstream.dll.so and other places.
>
> However modifying the strmbase code does not result in a relink of the
> dlls t
strmbase is a static library which is used by amstream, qcap, quartz and
others. This means functions defined in strmbase end up being included
in amstream.dll.so and other places.
However modifying the strmbase code does not result in a relink of the
dlls that depend on it. Note that this is