Skip to content

Instantly share code, notes, and snippets.

View siretart's full-sized avatar

Reinhard Tartler siretart

View GitHub Profile
[Desktop Entry]
Version=1.0
Terminal=false
Icon=/home/acer/moneyplex/system/mpx256.png
Type=Application
Exec=/home/acer/moneyplex/prestart
Name=MoneyPlex Banking Software
GenericName=Moneyplex
Categories=Office
tar xvf *.tar.xz
rm *.tar.xz
cd libav-*
COMMON_CONFIG="--enable-runtime-cpudetect --enable-cross-compile --enable-w32threads --prefix=/usr --target-os=mingw32 --enable-gpl --enable-version3 --enable-librtmp --enable-libx264 --enable-libvorbis --enable-libvo-aacenc --enable-memalign-hack --enable-shared --enable-avisynth --enable-libvpx --enable-libmp3lame"
if [[ $FLAVOR == "win32" ]]; then
ROOT=/usr/mingw32/
CONFIG="--enable-w32threads --cross-prefix=mingw32- --arch=i686 --sysroot=${ROOT} $COMMON_CONFIG"