mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg to 2.4.3-1
This commit is contained in:
parent
7bc153cf7d
commit
3804bc6ea3
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# - drop x265 until it builds on ARM
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.4.2
|
||||
pkgrel=2
|
||||
pkgver=2.4.3
|
||||
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')
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||
md5sums=('9e6163b09b7b9331b834d80874c2c0ff'
|
||||
md5sums=('8da635baff57d7ab704b1daca5a99b47'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue