対象の環境に Windows が含まれていないので、Mingw/MSYS な環境でできるのか、試してみました。 必要な環境 Mingw MSYS mingw32-make-3.81 GCC Version 4.2.1 ソースコードを取得する $ svn co -r 13235 svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg ffmpeg ビルド & インストールをする $ ./configure --cc=gcc-sjlj --enable-shared --enable-swscale --enable-gpl --enable-memalign-hack $ mingw32-make $ mingw32-make install サンプルをビルドする Makefile に ffmpeg をインストールしたパスを追加する。 デフォルトは "/usr/