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
d0adf55c
Commit
d0adf55c
authored
Nov 02, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Split some logical blocks off from CONFIG_LIST
parent
07ea8a7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
21 deletions
+33
-21
configure
configure
+33
-21
No files found.
configure
View file @
d0adf55c
...
...
@@ -1156,6 +1156,18 @@ EXTERNAL_LIBRARY_LIST="
zlib
"
FEATURE_LIST
=
"
gray
hardcoded_tables
runtime_cpudetect
safe_bitstream_reader
shared
small
sram
static
swscale_alpha
"
HWACCEL_LIST
=
"
dxva2
vaapi
...
...
@@ -1173,6 +1185,12 @@ LIBRARY_LIST="
swscale
"
LICENSE_LIST
=
"
gpl
nonfree
version3
"
PROGRAM_LIST
=
"
avconv
avplay
...
...
@@ -1180,40 +1198,34 @@ PROGRAM_LIST="
avserver
"
CONFIG_LIST
=
"
$COMPONENT_LIST
$EXAMPLE_LIST
$EXTERNAL_LIBRARY_LIST
$HWACCEL_LIST
$LIBRARY_LIST
$PROGRAM_LIST
SUBSYSTEM_LIST
=
"
dct
doc
error_resilience
fft
gpl
gray
hardcoded_tables
lsp
lzo
mdct
network
rdft
"
CONFIG_LIST
=
"
$COMPONENT_LIST
$EXAMPLE_LIST
$EXTERNAL_LIBRARY_LIST
$FEATURE_LIST
$HWACCEL_LIST
$LICENSE_LIST
$LIBRARY_LIST
$PROGRAM_LIST
$SUBSYSTEM_LIST
memalign_hack
neon_clobber_test
network
nonfree
pic
pod2man
rdft
runtime_cpudetect
safe_bitstream_reader
shared
small
sram
static
swscale_alpha
texi2html
thumb
version3
xmm_clobber_test
"
...
...
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