mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/ffmpeg to 2.3.3-1
This commit is contained in:
parent
157a8450bc
commit
b121331bcb
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
# - drop x265 until it builds on ARM
|
# - drop x265 until it builds on ARM
|
||||||
|
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
pkgver=2.3.1
|
pkgver=2.3.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||||
|
@ -22,7 +22,7 @@ depends=(
|
||||||
'v4l-utils' 'libx264' 'xvidcore' 'zlib')
|
'v4l-utils' 'libx264' 'xvidcore' 'zlib')
|
||||||
makedepends=('libvdpau' 'yasm' 'x264')
|
makedepends=('libvdpau' 'yasm' 'x264')
|
||||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||||
md5sums=('bb02e99c39941d7f3dc56658b9324a2b'
|
md5sums=('72361d3b8717b6db3ad2b9da8df7af5e'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue