[rtmpdump] Quick solution for "mingw32-ar not found" on Windows mingw

PLTK pnixte at gmail.com
Mon Apr 19 16:34:56 CEST 2010


The line

AR=$(CROSS_COMPILE)ar

in Makefile (r437 and so on) causes a "mingw32-ar not found" on Windows mingw.

Using "make AR=ar mingw" or copying and renaming file "ar.exe" into
"mingw32-ar.exe"
in the Mingw\bin directory seems to solve the problem.


More information about the rtmpdump mailing list