summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornathanielcwm2020-08-13 15:10:51 +0800
committernathanielcwm2020-08-13 15:10:51 +0800
commit0367cb3bfe27496eecde8ac879650c29c94bfdb5 (patch)
treec13d9ab24357f599e5c89f0155339dbf0abc89e1 /PKGBUILD
parentb98276be5a6b1eeceb179e96e09d89ecb569a9e3 (diff)
downloadaur-0367cb3bfe27496eecde8ac879650c29c94bfdb5.tar.gz
Disable Tensorflow
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 045bcfc24366..2004ec441de2 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.r98639.g6ce4338943
+pkgver=4.4.r98723.gbb59bdbcd1
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,7 +84,6 @@ build() {
./configure \
--prefix='/usr' \
- --extra-cflags="-I/usr/include/tensorflow" \
\
--disable-rpath \
--enable-gpl \
@@ -156,7 +155,6 @@ build() {
--enable-libssh \
--enable-libsvthevc \
--enable-libsvtav1 \
- --enable-libtensorflow \
--enable-libtesseract \
--enable-libtheora \
--disable-libtls \