This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##################### Welcome ###################### | |
Welcome to the ffmpeg cross-compile builder-helper script. | |
Downloads and builds will be installed to directories within /home/selur/ffmpeg/sandbox | |
If this is not ok, then exit now, and cd to the directory where you'd | |
like them installed, then run this script again. NB that once you build | |
your compilers, you can no longer rename the directory. | |
Is ./sandbox ok [y/n]? y | |
Would you like to include non-free (non GPL compatible) libraries, like many aac encoders | |
The resultant binary will not be distributable, but might be useful for in-house use. Include non-free [y/n]? n | |
MinGW-w64 compiler of some type already installed, not re-installing it... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ./configure --enable-memalign-hack --arch=x86 --enable-gpl --enable-libx264 --enable-avisynth --enable-libxvid --target-os=mingw32 --cross-prefix=/home/selur/ffmpeg/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-libmp3lame --enable-version3 --enable-libvo-aacenc --enable-libvpx --extra-libs=-lws2_32 --extra-libs=-lpthread --enable-zlib --extra-libs=-lwinmm --extra-libs=-lgdi32 --enable-librtmp --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --disable-optimizations --enable-mmx --disable-postproc --enable-fontconfig --enable-libass --enable-libutvideo --enable-libopus --enable-runtime-cpudetect | |
ALL_COMPONENTS=' | |
aac_adtstoasc_bsf | |
chomp_bsf | |
dump_extradata_bsf | |
h264_mp4toannexb_bsf | |
imx_dump_header_bsf | |
mjpeg2jpeg_bsf | |
mjpega_dump_header_bsf | |
mp3_header_compress_bsf |