mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-01 15:14:30 +02:00
Update libdrm meson options
This commit is contained in:
parent
0c02e8fe66
commit
be519d8dc5
@ -18,16 +18,16 @@ ffbuild_dockerbuild() {
|
|||||||
--prefix="$FFBUILD_PREFIX"
|
--prefix="$FFBUILD_PREFIX"
|
||||||
-Ddefault_library=shared
|
-Ddefault_library=shared
|
||||||
-Dudev=false
|
-Dudev=false
|
||||||
-Dcairo-tests=false
|
-Dcairo-tests=disabled
|
||||||
-Dvalgrind=false
|
-Dvalgrind=disabled
|
||||||
-Dexynos=false
|
-Dexynos=disabled
|
||||||
-Dfreedreno=false
|
-Dfreedreno=disabled
|
||||||
-Domap=false
|
-Domap=disabled
|
||||||
-Detnaviv=false
|
-Detnaviv=disabled
|
||||||
-Dintel=true
|
-Dintel=enabled
|
||||||
-Dnouveau=true
|
-Dnouveau=enabled
|
||||||
-Dradeon=true
|
-Dradeon=enabled
|
||||||
-Damdgpu=true
|
-Damdgpu=enabled
|
||||||
)
|
)
|
||||||
|
|
||||||
if [[ $TARGET == linux* ]]; then
|
if [[ $TARGET == linux* ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user