mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
added dependencies for ffmpeg and libtheora, fixes speex install step
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user