mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
.bep file for building ffmpeg 7407 which is what is required for vlc-0.8.6i
This commit is contained in:
16
media-video/ffmpeg/ffmpeg-r7407.bep
Normal file
16
media-video/ffmpeg/ffmpeg-r7407.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user