summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-02-25 09:16:05 -0300
committerDaniel Bermond2018-02-25 09:16:05 -0300
commit660231bf144ed2b7853841a571e4915bac67c18e (patch)
tree85c6525d90f98d81db1c13148869aea698b030fb /PKGBUILD
parentce88e762eb8eec2fcfeb2935e02f0e9a19b383e7 (diff)
downloadaur-660231bf144ed2b7853841a571e4915bac67c18e.tar.gz
New upstream option: --enable-libcodec2
References ---------- http://git.videolan.org/?p=ffmpeg.git;a=commit;h=f958f431eced497f42220d8f9890506215742512
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5a1d0b2b414..56c006322d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=ffmpeg-full-git
-pkgver=3.5.r90023.g192ea5bb77
+pkgver=3.5.r90168.gc0919c4985
pkgrel=1
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
@@ -20,9 +20,9 @@ depends=(
'zimg' 'zeromq' 'zvbi' 'lilv' 'xz' 'openal' 'opencl-icd-loader' 'mesa' 'sdl2'
'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
- 'chromaprint-fftw' 'libbs2b' 'libilbc' 'kvazaar' 'openh264'
- 'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'ndi-sdk' 'libmysofa'
- 'rockchip-mpp'
+ 'chromaprint-fftw' 'libbs2b' 'codec2' 'libilbc' 'kvazaar'
+ 'openh264' 'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'ndi-sdk'
+ 'libmysofa' 'rockchip-mpp'
)
depends_x86_64=('cuda' 'nvidia-utils')
optdepends_x86_64=(
@@ -118,6 +118,7 @@ build() {
--enable-libcaca \
--enable-libcelt \
--enable-libcdio \
+ --enable-libcodec2 \
--enable-libdc1394 \
--enable-libfdk-aac \
--disable-libflite \