mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-24 02:22:10 +02:00
Fix libva sysconfdir
This commit is contained in:
parent
9cfcc851a2
commit
de9fc9374d
@ -30,6 +30,7 @@ ffbuild_dockerbuild() {
|
|||||||
myconf+=(
|
myconf+=(
|
||||||
--host="$FFBUILD_TOOLCHAIN"
|
--host="$FFBUILD_TOOLCHAIN"
|
||||||
--with-drivers-path="/usr/lib/x86_64-linux-gnu/dri"
|
--with-drivers-path="/usr/lib/x86_64-linux-gnu/dri"
|
||||||
|
--sysconfdir="/etc"
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
echo "Unknown target"
|
echo "Unknown target"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user