]> git.sesse.net Git - ffmpeg/commitdiff
Merge commit '39f3b6f3fc2b46b405b680cce3599f1b370e342d'
authorJames Almer <jamrial@gmail.com>
Sun, 2 Sep 2018 20:35:51 +0000 (17:35 -0300)
committerJames Almer <jamrial@gmail.com>
Sun, 2 Sep 2018 20:35:51 +0000 (17:35 -0300)
* commit '39f3b6f3fc2b46b405b680cce3599f1b370e342d':
  configure: Move add_fooflags() helper functions into canonical order

Merged-by: James Almer <jamrial@gmail.com>
1  2 
configure

diff --cc configure
index c07ca5a5dfefec366262c87bfca2027d5deb8363,20a839c1d905a709f52291a1d52cd4005f1dc232..0d6ee0abfcdf41fc9eb34ee158d54d9998664493
+++ b/configure
@@@ -895,14 -718,6 +895,10 @@@ add_cflags_headers()
      append CFLAGS_HEADERS $($cflags_filter "$@")
  }
  
- add_asflags(){
-     append ASFLAGS $($asflags_filter "$@")
- }
 +add_cxxflags(){
 +    append CXXFLAGS $($cflags_filter "$@")
 +}
 +
  add_objcflags(){
      append OBJCFLAGS $($objcflags_filter "$@")
  }
@@@ -927,6 -742,10 +923,10 @@@ add_extralibs()
      prepend extralibs $($ldflags_filter "$@")
  }
  
 -    append STRIPFLAGS "$@"
+ add_stripflags(){
++    append ASMSTRIPFLAGS "$@"
+ }
  add_host_cppflags(){
      append host_cppflags "$@"
  }