mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ffmpeg to 2.7.2-2
This commit is contained in:
parent
e879d05325
commit
027abcd81a
1 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.7.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,8 +18,9 @@ url='http://ffmpeg.org/'
|
|||
license=('GPL')
|
||||
depends=(
|
||||
'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
|
||||
'libbluray' 'libmodplug' 'libpulse' 'libssh' 'libtheora' 'libva'
|
||||
'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger'
|
||||
'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
|
||||
'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
|
||||
'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
||||
'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
||||
'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
|
||||
)
|
||||
|
@ -62,6 +63,7 @@ build() {
|
|||
--enable-libopus \
|
||||
--enable-libpulse \
|
||||
--enable-libschroedinger \
|
||||
--enable-libsoxr \
|
||||
--enable-libspeex \
|
||||
--enable-libssh \
|
||||
--enable-libtheora \
|
||||
|
|
Loading…
Reference in a new issue