summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornathanielcwm2020-08-18 10:39:21 +0800
committernathanielcwm2020-08-18 10:42:39 +0800
commit2f902a830c25354418368d81c3f3ea6e0e8481d6 (patch)
tree0753fe2103ff4789353e69d8f6655b287f90a1ea
parent0367cb3bfe27496eecde8ac879650c29c94bfdb5 (diff)
downloadaur-2f902a830c25354418368d81c3f3ea6e0e8481d6.tar.gz
Revert "Disable Tensorflow"
This reverts commit 0367cb3bfe27496eecde8ac879650c29c94bfdb5. Update pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e79fbf9afadf..2582aa0666bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-amd-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features for AMD; git version)
- pkgver = 4.4.r98723.gbb59bdbcd1
+ pkgver = 4.4.r98749.gab384d289d
pkgrel = 1
url = https://www.ffmpeg.org/
arch = i686
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 \