PDA

View Full Version : How to compile ffvfw?


unixfs
9th January 2003, 13:17
Hi,
I'm trying to compile ffvfw with Msys 1.0.8 and Mingw 2.0.0.3,
but I always get the following error:

make[1]: Leaving directory `/home/nico/ffvfw/src/ffmpeg/libavcodec'
dllwrap --mno-cygwin --target=i386-mingw32 \
-o ffvfw.dll -def ./driverproc.def config.o driverproc.o codec.o 2pass.o config.res.o \
-Lffmpeg/libavcodec -lavcodec_enc \
-Lxvid -lxvidcore \
-lgdi32 -lcomdlg32 -lwinmm -lcomctl32 \
-L/usr/lib/mingw -lcrtdll \
/usr/lib/mingw/dllcrt1.o -lmingw32
make: *** [ffvfw.dll] Error 1


There isn't a more specific explanation of the error.
Am I missing something?

What packages do I need to compile it?

Thanks,

Nico