#!/bin/sh set -e target_bits=64 target_cpu=x86_64 case "$1" in -64) shift ;; -32) target_bits=32 target_cpu=i686 shift ;; esac target_arch="${target_cpu}-w64-mingw32" export BUILD_ROOT="$HOME/vbam-build-mingw${target_bits}" do_not_remove_dists= host_dists=' unzip zip cmake autoconf autoconf-archive automake m4 gsed bison flex-2.6.3 flex c2man docbook2x libtool help2man texinfo xmlto pkgconfig nasm yasm xorg-macros dejavu liberation urw graphviz docbook4.2 docbook4.1.2 docbook4.3 docbook4.4 docbook4.5 docbook5.0 docbook-xsl docbook-xsl-ns python2 python3 swig doxygen bakefile setuptools pip intltool ninja meson shared-mime-info gperf ' both_dists=' openssl zlib bzip2 libiconv gettext xz libxml2 expat libpng freetype fontconfig ' [ -n "$BUILD_ENV" ] && eval "$BUILD_ENV" BUILD_ENV=$BUILD_ENV$(cat <,include ,g'\'' *.c;' table_line_replace DIST_POST_BUILD harfbuzz "$(table_line DIST_POST_BUILD harfbuzz | sed 's/rebuild_dist freetype;/rebuild_dist freetype-target;/')" table_line_append DIST_ARGS libsoxr '-DHAVE_WORDS_BIGENDIAN_EXITCODE=0' vpx_target=x86-win32-gcc [ "$target_bits" -eq 64 ] && vpx_target=x86_64-win64-gcc table_line_replace DIST_CONFIGURE_OVERRIDES libvpx "./configure --target=$vpx_target $CONFIGURE_ARGS $(table_line DIST_ARGS libvpx)" table_line_remove DIST_ARGS libvpx table_line_replace DIST_CONFIGURE_OVERRIDES ffmpeg "\ ./configure --arch=$target_cpu --target-os=mingw32 --cross-prefix=${target_arch}- \ --pkg-config='$BUILD_ROOT/host/bin/pkg-config' \ $CONFIGURE_ARGS $(table_line DIST_ARGS ffmpeg) \ " table_line_remove DIST_ARGS ffmpeg