.bep file for building ffmpeg 7407 which is what is required for vlc-0.8.6i

This commit is contained in:
Scott McCreary
2009-11-17 00:06:05 +00:00
parent cea470d7db
commit 10b0e3366a

View File

@@ -0,0 +1,16 @@
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://www.haiku-ports.de/packages/media-video/ffmpeg/sources/ffmpeg-r7407.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd ffmpeg-r7407
./configure --prefix=/boot/common --disable-debug --disable-mmx --enable-shared
make
}
INSTALL {
cd ffmpeg-r7407
make install
}