ffmpeg コンパイル前に
- Category:
- Linux
各モジュールをインストールしておきます
・lame-3.96.1.tar.gz
./configure
make
make install
・imlib2-1.2.2.tar.gz
./configure
make
make install
・a52dec-0.7.4.tar.gz
./configure
make
make install
・faac-1.24.tar.gz
./bootstrap
./configure --enable-shared --enable-static
make
make install
・faad2-2.0.tar.gz
./bootstrap
./configure --enable-shared --enable-static --with-drm --with-mp4v2
make
make install