added dependencies for ffmpeg and libtheora, fixes speex install step

This commit is contained in:
korli
2012-03-09 19:00:11 +00:00
parent d1d3c31146
commit cf7334d36c
3 changed files with 9 additions and 4 deletions

View File

@@ -4,10 +4,14 @@ SRC_URI="http://www.ffmpeg.org/releases/ffmpeg-0.10.tar.bz2"
CHECKSUM_MD5="dc665cc599a739e3c5262ccdac13d129"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
DEPEND="media-libs/libogg >= 1.3.0
media-libs/speex >= 1.2rc1
media-libs/libtheora >= 1.1.0
media-libs/libvorbis >= 1.3.2"
BUILD {
cd ffmpeg-0.10
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared \
--enable-libvorbis --enable-libspeex --enable-libtheora
make
}