libvpx: added bep file abd patch for 1.0.0

ffmpeg: added dependency and enable flag for libvpx
This commit is contained in:
korli
2012-03-14 00:15:38 +00:00
parent ca0523d475
commit dcee857cbf
3 changed files with 93 additions and 2 deletions

View File

@@ -7,11 +7,12 @@ STATUS_HAIKU="stable"
DEPEND="media-libs/libogg >= 1.3.0
media-libs/speex >= 1.2rc1
media-libs/libtheora >= 1.1.0
media-libs/libvorbis >= 1.3.2"
media-libs/libvorbis >= 1.3.2
media-libs/libvpx >= 1.0.0"
BUILD {
cd ffmpeg-0.10
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared \
--enable-libvorbis --enable-libspeex --enable-libtheora
--enable-libvorbis --enable-libspeex --enable-libtheora --enable-libvpx
make
}