Log in

View Full Version : Help me compile FFMPEG by Mingw


thuongshoo
10th September 2006, 06:47
I run command
mingw32-make -f ffmpeg\makefile

mingw32-make says
" ... *** no seperator ..."

Do I need to re-edit makefile ?
This is the first I compile a program by mingw !
Thanks !

celtic_druid
10th September 2006, 08:30
You should be running ./configure --enable-memalign-hack (along with any other options) then make.

http://arrozcru.no-ip.org/ffmpeg_wiki/tiki-index.php
Came in my inbox the other day. I think you will find it usefull. You really need to learn the basics rather than following guides. That way you can basically compile anything. Also most apps come with a README or INSTALL doc that gives some insight.

thuongshoo
12th September 2006, 01:46
Thank celtic_druid ! I searched a ffmpeg wiki but I didn't see any thing like that. This wiki is quite good !