[Ffmpeg-devel] [patch] add dll version info for mingw32

Måns Rullgård mru
Fri Dec 22 11:35:12 CET 2006


Ramiro Polla <angustia at arrozcru.no-ip.org> writes:

> M?ns Rullg?rd wrote:
>> Ramiro Polla <angustia at arrozcru.no-ip.org> writes:
>>> -OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
>>> +OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS) $(SLIB_EXTRA_OBJS)
>>>  STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
>>>  SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
>>
>> SLIB_EXTRA_OBJS should be added to SHARED_OBJS since it's useless
>> (possibly even harmful) for static builds.
>
> I had thought about that, but SHARED_OBJS is only used by libpostproc,
> and I had the feeling it might be removed somehow in the future

There are no plans to change this.

> (depending on how libpostproc will be used in FFmpeg). Also,
> SLIB_EXTRA_OBJS is only being set inside test "$lshared" = "yes".

Doesn't matter.  The static libs are still built, and including the
version file there is probably a bad idea.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-devel mailing list