You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: Move add_fooflags() helper functions into canonical order
This commit is contained in:
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 "$@"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user