mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ffmpeg to 2.2.4-1
This commit is contained in:
parent
d1f8c38998
commit
3ed38eb546
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# - drop x265 until it builds on ARM
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.2.3
|
||||
pkgrel=2
|
||||
pkgver=2.2.4
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -22,7 +22,7 @@ depends=(
|
|||
'v4l-utils' 'libx264' 'xvidcore' 'zlib')
|
||||
makedepends=('libvdpau' 'yasm' 'x264')
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||
md5sums=('dbb5b6b69bd010916f17df0ae596e0b1'
|
||||
md5sums=('5b85aea53d8dcd5b0f7b497f233bc101'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue