mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
libvpx: added bep file abd patch for 1.0.0
ffmpeg: added dependency and enable flag for libvpx
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user