After making package-win32-base, I got the vlc-0.9.8a folder with out "plugins","skins","http","osdmenu" subfolder and vlc.exe.manifest file what I used to got when compiling vlc-0.9.0.
vlc.exe can't pop it's window up when double clicked or called under command line. But the vlc.exe process was listed in TaskManager after that. I can just end the process by kill it in TaskManager.
Please help me~. I have been botherd with this problem for several days...
Thank you
These are the files and folders I got after making package-win32-base.
This is the configure-vlc.sh file I usedAUTHORS.txt NEWS.txt activex locale
COPYING.txt README.txt libvlc.dll vlc.exe
MAINTAINERS.txt THANKS.txt libvlccore.dll vlc48x48.ico
Code: Select all
PATH=/usr/win32/bin:$PATH \
PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--host=i686-pc-mingw32 \
--disable-gtk \
--enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \
--enable-avcodec --enable-avformat --enable-swscale \
--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-live555 --with-live555-tree=/usr/win32/live.com \
--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-twolame --enable-dvdread \
--enable-debug --enable-dca \
--disable-mkv --disable-taglib \
--disable-optimizations --enable-debug \
--disable-zvbi \
--enable-qt4