mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/ffmpeg to 3.3.1-9
This commit is contained in:
parent
1979c55f0a
commit
bbaaf12d5d
1 changed files with 3 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=3.3.1
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
epoch=1
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -21,8 +21,8 @@ depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
|
|||
'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
|
||||
'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
|
||||
'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
|
||||
'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
|
||||
'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
|
||||
'libass.so' 'libbluray.so' 'libfreetype.so' 'libvidstab.so'
|
||||
'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
|
||||
'libx264.so' 'libx265.so' 'libxvidcore.so')
|
||||
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
|
||||
optdepends=('ladspa: LADSPA filters')
|
||||
|
@ -78,7 +78,6 @@ build() {
|
|||
--enable-libx265 \
|
||||
--enable-libxcb \
|
||||
--enable-libxvid \
|
||||
--enable-netcdf \
|
||||
--enable-shared \
|
||||
--enable-version3 \
|
||||
$CONFIG
|
||||
|
|
Loading…
Reference in a new issue