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
68649bfe
Commit
68649bfe
authored
Sep 26, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Group system feature variables and system libraries together
parent
cbcdb2d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
11 deletions
+19
-11
configure
configure
+19
-11
No files found.
configure
View file @
68649bfe
...
...
@@ -1601,6 +1601,15 @@ MATH_FUNCS="
truncf
"
SYSTEM_FEATURES
=
"
dos_paths
libc_msvcrt
MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
section_data_rel_ro
threads
uwp
"
SYSTEM_FUNCS
=
"
aligned_malloc
clock_gettime
...
...
@@ -1639,6 +1648,14 @@ SYSTEM_FUNCS="
VirtualAlloc
"
SYSTEM_LIBRARIES
=
"
sdl
vaapi_drm
vaapi_x11
vdpau_x11
wincrypt
"
TOOLCHAIN_FEATURES
=
"
as_arch_directive
as_fpu_directive
...
...
@@ -1686,21 +1703,12 @@ HAVE_LIST="
$HEADERS_LIST
$INTRINSICS_LIST
$MATH_FUNCS
$SYSTEM_FEATURES
$SYSTEM_FUNCS
$SYSTEM_LIBRARIES
$THREADS_LIST
$TOOLCHAIN_FEATURES
$TYPES_LIST
dos_paths
libc_msvcrt
MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
sdl
section_data_rel_ro
threads
uwp
vaapi_drm
vaapi_x11
vdpau_x11
wincrypt
"
# options emitted with CONFIG_ prefix but not available on the command line
...
...
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