FFmpeg README
-------------

Resolume Avenue / Arena uses avcodec, avutil and avformat. These are built from unmodified source as provided here. The shared libraries are built with the following configure line:

./configure --prefix=/home/timwalther/ffmpeg/built --arch=x86 --target-os=mingw32 --cross-prefix=i686-mingw32- --enable-runtime-cpudetect --enable-shared --disable-static --enable-w32threads --enable-memalign-hack --disable-debug --disable-avconv --disable-ffplay --disable-ffprobe --disable-ffserver --disable-avdevice --disable-swresample --disable-swscale --disable-postproc --disable-avfilter --enable-w32threads 


1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
