i can do the cross compile with cygwin in windowsXP
the vlc.exe works very good and can do stream
but the activex's dll doesn't work
is there anyone can help me
the configure script is as follow:
./bootstrap && \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--disable-sdl --disable-gtk \
--enable-nls \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac\
--enable-libmpeg2 \
--with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--with-fribidi-config-path=/usr/win32/bin \
--enable-caca --with-caca-config-path=/usr/win32/bin \
--with-xml2-config-path=/usr/win32/bin \
--with-dvdnav-config-path=/usr/win32/bin \
--disable-cddax --disable-vcdx --enable-goom \
--enable-toolame --enable-dvdread \
--disable-debug \
--enable-optimizations \
--enable-release \
--disable-wxwidgets \
--disable-skins2 \
--disable-mkv \
--disable-ebml \
--disable-dshow \
--disable-mod \
--disable-vorbis \
--disable-livedotcom \
--enable-activex \
--disable-dshow
thank you very much