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
055c61b8
Commit
055c61b8
authored
Dec 15, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: refactor list of programs into a variable
parent
beaf4012
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
configure
configure
+11
-11
No files found.
configure
View file @
055c61b8
...
...
@@ -903,8 +903,17 @@ COMPONENT_LIST="
protocols
"
PROGRAM_LIST
=
"
avconv
avplay
avprobe
avserver
ffmpeg
"
CONFIG_LIST
=
"
$COMPONENT_LIST
$PROGRAM_LIST
aandct
ac3dsp
avcodec
...
...
@@ -918,11 +927,6 @@ CONFIG_LIST="
dwt
dxva2
fastdiv
ffmpeg
avconv
avplay
avprobe
avserver
fft
frei0r
gnutls
...
...
@@ -1659,6 +1663,8 @@ target_os_default=$(tolower $(uname -s))
host_os
=
$target_os_default
# configurable options
enable
$PROGRAM_LIST
enable
avcodec
enable
avdevice
enable
avfilter
...
...
@@ -1667,12 +1673,6 @@ enable avutil
enable
postproc
enable
swscale
enable
avconv
enable
avplay
enable
avprobe
enable
avserver
enable
ffmpeg
enable
asm
enable
debug
enable
doc
...
...
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