Updated ffmpeg to 0.6

This commit is contained in:
Scott McCreary
2010-07-13 20:58:07 +00:00
parent 9495d10059
commit de868da631
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
DESCRIPTION="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library."
HOMEPAGE="http://www.ffmpeg.org"
SRC_URI="http://ffmpeg.org/releases/ffmpeg-0.6.tar.bz2"
CHECKSUM_MD5="d6142a9a5821d6a6262a6edb903faa24"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd ffmpeg-0.6
./configure --prefix=/boot/common --disable-debug --disable-mmx --enable-shared
make
}
INSTALL {
cd ffmpeg-0.6
make install
}
LICENSE="GNU LGPL v2.1
GNU GPL v2"
COPYRIGHT="2000-2003 Fabrice Bellard"