mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ffmpeg to 3.1.3-2
This commit is contained in:
parent
ad4c4c4baa
commit
ee72479818
1 changed files with 4 additions and 3 deletions
|
@ -10,14 +10,14 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=3.1.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://ffmpeg.org/'
|
||||
license=('GPL3')
|
||||
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
|
||||
'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
|
||||
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
|
||||
'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
|
||||
'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
|
||||
'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
|
||||
'v4l-utils' 'xvidcore' 'zlib'
|
||||
|
@ -46,6 +46,7 @@ build() {
|
|||
--enable-avisynth \
|
||||
--enable-avresample \
|
||||
--enable-fontconfig \
|
||||
--enable-gmp \
|
||||
--enable-gnutls \
|
||||
--enable-gpl \
|
||||
--enable-ladspa \
|
||||
|
|
Loading…
Reference in a new issue