mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/ffmpeg to 3.0.2-2
This commit is contained in:
parent
a384d8d6c3
commit
db67c679c5
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=3.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,7 +19,7 @@ license=('GPL3')
|
|||
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
|
||||
'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
|
||||
'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
|
||||
'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
|
||||
'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
|
||||
'v4l-utils' 'xvidcore' 'zlib'
|
||||
'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
|
||||
'libvpx.so' 'libx264.so' 'libx265.so')
|
||||
|
@ -76,6 +76,7 @@ build() {
|
|||
--enable-libx264 \
|
||||
--enable-libx265 \
|
||||
--enable-libxvid \
|
||||
--enable-netcdf \
|
||||
--enable-shared \
|
||||
--enable-version3 \
|
||||
--enable-x11grab \
|
||||
|
|
Loading…
Reference in a new issue