Postby Sau » 15 Aug 2004 12:53
the noupx one is much faster than the upx one.
(PIII 500MHZ, 256MB RAM, Windows2000)
but, how to compile noupx one?
I use cygwin to compile without upx tools, but the one I compile is very slow...
(I use the config file from INSTALL.win32 )
the config file is
---------------------------------------------------
./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-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-livedotcom --with-livedotcom-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-release
make