Disable error on warning because of possible ffmpeg deprecated warning
This commit is contained in:
parent
cfec0ef728
commit
41b77cc84e
4
build.sh
4
build.sh
@ -1,7 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
opts="-O2 -g0 -DNDEBUG -Wall -Wextra -Werror -s"
|
||||
[ -n "$DEBUG" ] && opts="-O0 -g3 -Wall -Wextra -Werror";
|
||||
opts="-O2 -g0 -DNDEBUG -Wall -Wextra -s"
|
||||
[ -n "$DEBUG" ] && opts="-O0 -g3 -Wall -Wextra";
|
||||
|
||||
build_gsr_kms_server() {
|
||||
dependencies="libdrm"
|
||||
|
@ -4,8 +4,5 @@ type = "executable"
|
||||
version = "1.0.0"
|
||||
platforms = ["posix"]
|
||||
|
||||
[config]
|
||||
error_on_warning = "true"
|
||||
|
||||
[dependencies]
|
||||
libdrm = ">=2"
|
||||
|
@ -6,7 +6,6 @@ platforms = ["posix"]
|
||||
|
||||
[config]
|
||||
ignore_dirs = ["kms/server"]
|
||||
error_on_warning = "true"
|
||||
|
||||
[dependencies]
|
||||
libavcodec = ">=58"
|
||||
|
Loading…
Reference in New Issue
Block a user