I am trying to build ffmpeg for windows (Xp - SP2) as given here.

./configure -–extra-cflags=”-mno-cygwin -mms-bitfields” -–extra-ldflags=”-Wl, -add-stdcall-alias” -–enable-memalign-hack -–enable-shared -–disable-static -–target-os=mingw32

The above command is placed in a myconfig file as instructed and when i run ./myconfig, the following error is displayed:

Broken Shell detected. Trying alternatives.
Trying Shell bash
Unknown option "-–extra-cflags=-mno-cygwin".

As suggested in the link i tried various options but still i was not able to succeed.

My environment is Win XP with:

  • MinGW-5.1.6,
  • bash-2.05b-MSYS,
  • MSYS-1.0.10,
  • ffmpeg-0.5

EDIT:

After certain changes in the above command by referring howto i was able to successfully run the make command and i found the following DLL's in their respective directory

  • ffmpeg\libavcodec\avcodec-51.dll
  • ffmpeg\libavformat\avformat-51.dll
  • ffmpeg\libavutil\avutil-49.dll

But i didn't see any ffmpeg\ffmpeg.exe file :(

Googling isn't fruitful.

What could have gone wrong?

link|improve this question

I've flagged this as belonging on Stack Overflow as it's a programming issue. Head on over and create & associate your accounts so you'll have ownership if it moves. – ChrisF Oct 24 '09 at 11:52
i do have an account in stackoverflow :) – Sri Kumar Oct 24 '09 at 12:05
@Sri - that's all right then ;) I should have checked your profile - sorry. – ChrisF Oct 24 '09 at 14:09
Really, doesn't this belong on StackOverflow? – Ivan Vučica Oct 24 '09 at 14:16
feedback

migrated from superuser.com Oct 24 '09 at 14:34

This question came from our site for computer enthusiasts and power users.

2 Answers

up vote 1 down vote accepted

Ramiro's FFmpeg for Windows site gives much better step by step instructions, and has a community forum that you can ask questions on if the Wiki doesn't answer your question already.

link|improve this answer
feedback

Updating Xuggle's answer

Here you can find everything you need for a working version of FFmpeg on Windows. Each build is compiled with several external libraries which can be seen at "Current Zeranoe FFmpeg Builds External Libraries". All builds with "(Latest)" marked on them are the latest Zeranoe FFmpeg builds. Both 32-bit and 64-bit builds come with pthread support, so feel free to use -threads.

ffmpeg.zeranoe.com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.