Ace Stream Player
Tested with VLC version 2.1.5
Cross compile for Windows:
Reqiured:
mingw-w64 gcc-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64-tools lua5.1 libtool automake autoconf autopoint make gettext pkg-config qt4-dev-tools
./bootstrap.sh
./configure.sh or ./configure.sh ts for torrentstream
cd build-ace or cd build-ts for torrentstream
make
make install package-win-strip
Known problems:
Error: "Failed to download contribs" - download contribs manually and put into vlc-{version}/contrib folder.
Compile for Linux:
Tested only on Ubuntu
Install build tools libtool, build-essential, pkg-config, autoconf
Checkout all required libraries to build vlc
Also install libqt4-webkit, openssl, sqlite3
Edit config.sh, set HOST="", to build for your system.
./bootstrap.sh
./configure.sh
cd build-ace
make
make install