summarylogtreecommitdiffstats
path: root/010-onevpl-cpu-fix-build.patch
diff options
context:
space:
mode:
authorDaniel Bermond2023-04-08 16:04:01 -0300
committerDaniel Bermond2023-04-08 16:04:01 -0300
commit8653934472e2a4b17dc25cc83e3ae431acd9d521 (patch)
tree7896523fd07728e8e39209e62825451ed4aedd43 /010-onevpl-cpu-fix-build.patch
parent2b49c393d2761771f7514f9ae4402ec80f907871 (diff)
downloadaur-onevpl-cpu-git.tar.gz
Refresh patch. Match repository package.
Diffstat (limited to '010-onevpl-cpu-fix-build.patch')
-rw-r--r--010-onevpl-cpu-fix-build.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/010-onevpl-cpu-fix-build.patch b/010-onevpl-cpu-fix-build.patch
index f0a75cc15978..54c880ec653e 100644
--- a/010-onevpl-cpu-fix-build.patch
+++ b/010-onevpl-cpu-fix-build.patch
@@ -1,6 +1,6 @@
--- a/script/bootstrap.py
+++ b/script/bootstrap.py
-@@ -674,6 +674,7 @@ def build_gpl_x264_encoder(install_dir):
+@@ -678,6 +678,7 @@
f'--prefix={posix_install_dir}',
'--enable-static',
'--enable-pic',
@@ -8,7 +8,7 @@
shell='bash')
cmd('make', '-j', CPU_COUNT)
cmd('make', 'install')
-@@ -798,6 +799,7 @@ def ffmpeg_configure_opts(install_dir, a
+@@ -802,6 +803,7 @@
'--enable-filter=select',
'--enable-filter=concat',
'--enable-filter=ssim',