mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/ffmpeg to 2.2.3-2
This commit is contained in:
parent
3f3060e7e2
commit
9c5a393697
1 changed files with 3 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.2.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,9 +19,8 @@ depends=(
|
|||
'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
|
||||
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
|
||||
'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
|
||||
'v4l-utils' 'x264' 'xvidcore' 'zlib'
|
||||
)
|
||||
makedepends=('libvdpau' 'yasm')
|
||||
'v4l-utils' 'libx264' 'xvidcore' 'zlib')
|
||||
makedepends=('libvdpau' 'yasm' 'x264')
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||
md5sums=('dbb5b6b69bd010916f17df0ae596e0b1'
|
||||
'SKIP')
|
||||
|
|
Loading…
Reference in a new issue