summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2004ec441de2..08febfcfd6c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _svt_vp9_ver='0.2.2'
pkgname=ffmpeg-amd-full-git
_srcname=ffmpeg
-pkgver=4.4.r98723.gbb59bdbcd1
+pkgver=4.4.r98749.gab384d289d
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features for AMD; git version)'
arch=('i686' 'x86_64')
@@ -84,6 +84,7 @@ build() {
./configure \
--prefix='/usr' \
+ --extra-cflags="-I/usr/include/tensorflow" \
\
--disable-rpath \
--enable-gpl \
@@ -155,6 +156,7 @@ build() {
--enable-libssh \
--enable-libsvthevc \
--enable-libsvtav1 \
+ --enable-libtensorflow \
--enable-libtesseract \
--enable-libtheora \
--disable-libtls \