summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInochi Amaoto2023-10-28 09:28:17 +0800
committerInochi Amaoto2023-10-28 09:28:17 +0800
commit26b97d956bf67da46f3b359d7073d32665526a71 (patch)
tree43f2911ed1c40e3a038a21a3c7d47dac57daf974
parentd3146e4d66a859cc4affa3fe22f4deaf55fcff5b (diff)
downloadaur-26b97d956bf67da46f3b359d7073d32665526a71.tar.gz
ffmpeg: disable tensorflow when detected
Due to upstream bug, the tensorflow can not be detected and not link. Disable tensorflow until it fixed. Signed-off-by: Inochi Amaoto <libraryindexsky@gmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c949ba48184..879f5e1b5553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -502,7 +502,7 @@ prepare() {
_ffmpeg_options+=('--enable-libmfx')
fi
if [ -f /usr/lib/libtensorflow.so ]; then
- _ffmpeg_options+=('--enable-libtensorflow')
+ #_ffmpeg_options+=('--enable-libtensorflow')
_ffmpeg_options+=('--extra-cflags=-I/usr/include/tensorflow')
fi
if [ -f /usr/lib/libvo-amrwbenc.so ]; then