[FFmpeg-devel] mingw compile problems latest trunk

Víctor Paesa wzrlpy
Sat Jan 12 12:29:23 CET 2008


Hi,
M?ns Rullg?rd said:
> "V?ctor Paesa" <wzrlpy at arsystel.com> writes:
>
>> Hi,
>>
>> Gonzalo Garramu?o said:
>>> Gonzalo Garramu?o wrote:
>>>> I updated and I'm trying to recompile ffmpeg under mingw32.  I
>>>> removed
>>>>  all references to all the av* libraries in /usr/local/bin and
>>>> /usr/local/lib.
>>>>
>>>
>>> And here's a patch for it.
>>>
>>> Index: Makefile
>>> ==================================================================---
>>> Makefile    (revision 11364) +++ Makefile    (working copy)
>>> @@ -156,8 +156,8 @@
>>>
>>>   OBJS-$(CONFIG_VHOOK)                     += framehook.o
>>>
>>> -EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) \
>>> -             -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF)
>>> $(EXTRALIBS) +EXTRALIBS := -L$(BUILD_ROOT)/libavcodec
>>> -lavcodec$(BUILDSUF) \
>>> +             -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF)
>>> $(EXTRALIBS)
>>>
>>>   # protocols I/O
>>>   OBJS+= avio.o aviobuf.o
>>
>> That is libavformat/Makefile, but the same thing is needed in
>> libavdevice/Makefile
>>
>> Dear build system maintainers,
>> Any objections to commit it?
>
> None at all.  Feel free to commit.

Commited.

Regards,
V?ctor






More information about the ffmpeg-devel mailing list