[FFmpeg-devel] mingw compile problems latest trunk
Måns Rullgård
mans
Sat Jan 12 02:31:53 CET 2008
"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.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list