|
Dec
05
|
A52 – http://liba52.sourceforge.net/
./configure
make
make install
FAAC – http://sourceforge.net/project/showfiles.php?group_id=704
./bootstrap
./configure –without-mp4v2 –prefix=/usr
make
make install
FAAD2 – http://sourceforge.net/project/showfiles.php?group_id=704
modify line 308 of libfaad/common.h from:
#elif (defined(__i386__) && defined(__GNUC__))
to
#elif (defined(__i386__) && defined(__GNUC__) && !defined(__MINGW32__))
./bootstrap
./configure –with-drm
cd libfaad
make
make install
MP3LAME – http://garr.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
./configure –disable-shared
make
make install
OGG - http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
./configure –disable-shared
make
make install
XVID - http://downloads.xvid.org/downloads/xvidcore-1.1.0.tar.gz
cd build/generic
./configure –disable-shared
make
make install
AMR-NB - http://zod.freshrpms.net/rpm.html?id=23
amrnb-0.0.1-2.fc6.i386.rpm
amrnb-devel-0.0.1-2.fc6.i386.rpm
rpm -Uhv amrnb-*
x264 – SVN
(yum install yasm -y)
./configure –prefix=/usr –enable-shared
make
make install
FFMPEG – SVN
./configure –prefix=/usr –enable-static –enable-shared –enable-libmp3lame –enable-libfaad
–enable-libfaac –enable-libxvid –enable-gpl –enable-shared –enable-liba52 –enable-liba52bin
–enable-libx264 –disable-ipv6 –enable-pp –disable-ffserver –disable-ffplay –disable-debug
–disable-network –enable-libamr-nb
make
make install
ln -s /usr/local/lib/libfaad.so l/usr/lib/ibfaad.so.0
Recent Comments