[FFmpeg-devel] How to change the *.dll name?

Tomas Härdin tomas.hardin
Mon Mar 14 10:34:03 CET 2011


???? skrev 2011-03-14 10:17:
> Recently, I wants to change the *.dll name like avformat.dll to jwavformat.dll after

Why?

> "make" in MINGW in Win7.But, I has a trouble in changing the *.dll name. I had tried many times .Once I altered the configure like below.

> Creating library file: libavutil/libjwavutil.dll.a
> lib.exe /machine:i386 /def:libavutil/jwavutil.def /out:libavutil/jwavutil.lib
> make: lib.exe: Command not found
> make: [libavutil/jwavutil.dll] Error 127 (ignored)

You don't have lib.exe in $PATH. Did everything build before you did you 
modifications?

Anyway, lib.exe should reside in "C:\Program Files (x86)\Microsoft 
Visual Studio 9.0\VC\bin" or someplace like that. Add that to your PATH.

/Tomas



More information about the ffmpeg-devel mailing list