mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffmpeg to 2.7.2-3
This commit is contained in:
parent
b1e0bc6395
commit
36a2ba63aa
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.7.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -24,7 +24,8 @@ depends=(
|
|||
'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
||||
'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
|
||||
)
|
||||
makedepends=('hardening-wrapper' 'libvdpau' 'yasm')
|
||||
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
|
||||
optdepends=('ladspa: LADSPA filters')
|
||||
provides=(
|
||||
'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
|
||||
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
|
||||
|
@ -50,6 +51,7 @@ build() {
|
|||
--enable-fontconfig \
|
||||
--enable-gnutls \
|
||||
--enable-gpl \
|
||||
--enable-ladspa \
|
||||
--enable-libass \
|
||||
--enable-libbluray \
|
||||
--enable-libfreetype \
|
||||
|
|
Loading…
Reference in a new issue