mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 23:58:51 +00:00
configure: Move add_fooflags() helper functions into canonical order
This commit is contained in:
parent
5691c746cf
commit
39f3b6f3fc
16
configure
vendored
16
configure
vendored
@ -718,14 +718,14 @@ add_cflags_headers(){
|
|||||||
append CFLAGS_HEADERS $($cflags_filter "$@")
|
append CFLAGS_HEADERS $($cflags_filter "$@")
|
||||||
}
|
}
|
||||||
|
|
||||||
add_asflags(){
|
|
||||||
append ASFLAGS $($asflags_filter "$@")
|
|
||||||
}
|
|
||||||
|
|
||||||
add_objcflags(){
|
add_objcflags(){
|
||||||
append OBJCFLAGS $($objcflags_filter "$@")
|
append OBJCFLAGS $($objcflags_filter "$@")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
add_asflags(){
|
||||||
|
append ASFLAGS $($asflags_filter "$@")
|
||||||
|
}
|
||||||
|
|
||||||
add_ldflags(){
|
add_ldflags(){
|
||||||
append LDFLAGS $($ldflags_filter "$@")
|
append LDFLAGS $($ldflags_filter "$@")
|
||||||
}
|
}
|
||||||
@ -738,14 +738,14 @@ add_ldsoflags(){
|
|||||||
append LDSOFLAGS $($ldflags_filter "$@")
|
append LDSOFLAGS $($ldflags_filter "$@")
|
||||||
}
|
}
|
||||||
|
|
||||||
add_stripflags(){
|
|
||||||
append STRIPFLAGS "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
add_extralibs(){
|
add_extralibs(){
|
||||||
prepend extralibs $($ldflags_filter "$@")
|
prepend extralibs $($ldflags_filter "$@")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
add_stripflags(){
|
||||||
|
append STRIPFLAGS "$@"
|
||||||
|
}
|
||||||
|
|
||||||
add_host_cppflags(){
|
add_host_cppflags(){
|
||||||
append host_cppflags "$@"
|
append host_cppflags "$@"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user