[FFmpeg-devel] mingw compile problems latest trunk

Víctor Paesa wzrlpy
Sat Jan 12 02:00:25 CET 2008


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?

Regards,
V?ctor






More information about the ffmpeg-devel mailing list