mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg to 2.8.1-3
This commit is contained in:
parent
1ad9af5b89
commit
2d4dab7f2d
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
pkgver=2.8.1
|
pkgver=2.8.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -22,7 +22,8 @@ depends=(
|
||||||
'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
|
'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
|
||||||
'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
||||||
'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
||||||
'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
|
'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so'
|
||||||
|
'libx265.so'
|
||||||
)
|
)
|
||||||
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
|
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
|
||||||
optdepends=('ladspa: LADSPA filters')
|
optdepends=('ladspa: LADSPA filters')
|
||||||
|
@ -70,6 +71,7 @@ build() {
|
||||||
--enable-libssh \
|
--enable-libssh \
|
||||||
--enable-libtheora \
|
--enable-libtheora \
|
||||||
--enable-libv4l2 \
|
--enable-libv4l2 \
|
||||||
|
--enable-libvidstab \
|
||||||
--enable-libvorbis \
|
--enable-libvorbis \
|
||||||
--enable-libvpx \
|
--enable-libvpx \
|
||||||
--enable-libwebp \
|
--enable-libwebp \
|
||||||
|
|
Loading…
Reference in a new issue