i follow the gideline for compile the VLC player for windows xp. i download source code (vlc 0.9.0) and i used (contrib-20070530-win32-bin-gcc-3.4.5-only.tar), and ffmpeg, live555, and x264 libraries. the gideline in this site (
http://wiki.videolan.org/Win32CompileCygwin). also i use cygwin program to compile.i follow each thing in this page untill i reached to this point:
Compiling FFmpeg (optional)
This section is only required for FFmpeg compiling.
Change to the appropriate FFmpeg folder
cd ffmpeg-trunk (example)
make clean
make distclean
(This will haved remove everything except code related stuff, VLC uses a "toolbox" script which can clean a bit more).
../configure-ffmpeg.sh
when i typed the command: ../configure-ffmpeg.sh the cygwin give me this message: unknown option: --enable-mingw32.
the configure-ffmpeg.sh file contain these commands
./configure --enable-mingw32 --enable-memalign-hack \
--extra-cflags=-I/usr/win32/include \
--extra-ldflags=-L/usr/win32/lib \
--prefix=/usr/win32 \
--cc="gcc -mno-cygwin" \
--enable-faac --enable-mp3lame --enable-pp --enable-gpl --log \
--enable-amr_nb --enable-amr_wb \
so how to fix this problem