Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
39f3b6f3
Commit
39f3b6f3
authored
Oct 20, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Move add_fooflags() helper functions into canonical order
parent
5691c746
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
configure
configure
+8
-8
No files found.
configure
View file @
39f3b6f3
...
@@ -718,14 +718,14 @@ add_cflags_headers(){
...
@@ -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(){
...
@@ -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
"
$@
"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment