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
478fd534
Commit
478fd534
authored
Mar 08, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Internal-only components should not be command-line selectable.
parent
5d4017b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
configure
configure
+7
-11
No files found.
configure
View file @
478fd534
...
@@ -97,12 +97,8 @@ Configuration options:
...
@@ -97,12 +97,8 @@ Configuration options:
--disable-swscale-alpha disable alpha channel support in swscale
--disable-swscale-alpha disable alpha channel support in swscale
--disable-fastdiv disable table-based division
--disable-fastdiv disable table-based division
--enable-small optimize for size instead of speed
--enable-small optimize for size instead of speed
--disable-aandct disable AAN DCT code
--disable-dct disable DCT code
--disable-dct disable DCT code
--disable-fft disable FFT code
--disable-fft disable FFT code
--disable-golomb disable Golomb code
--disable-huffman disable Huffman code
--disable-lpc disable LPC code
--disable-mdct disable MDCT code
--disable-mdct disable MDCT code
--disable-rdft disable RDFT code
--disable-rdft disable RDFT code
--enable-vaapi enable VAAPI code
--enable-vaapi enable VAAPI code
...
@@ -915,7 +911,6 @@ PROGRAM_LIST="
...
@@ -915,7 +911,6 @@ PROGRAM_LIST="
CONFIG_LIST
=
"
CONFIG_LIST
=
"
$COMPONENT_LIST
$COMPONENT_LIST
$PROGRAM_LIST
$PROGRAM_LIST
aandct
ac3dsp
ac3dsp
avcodec
avcodec
avdevice
avdevice
...
@@ -931,14 +926,9 @@ CONFIG_LIST="
...
@@ -931,14 +926,9 @@ CONFIG_LIST="
fft
fft
frei0r
frei0r
gnutls
gnutls
golomb
gpl
gpl
gray
gray
h264chroma
h264dsp
h264pred
hardcoded_tables
hardcoded_tables
huffman
libcdio
libcdio
libdc1394
libdc1394
libdirac
libdirac
...
@@ -963,7 +953,6 @@ CONFIG_LIST="
...
@@ -963,7 +953,6 @@ CONFIG_LIST="
libx264
libx264
libxavs
libxavs
libxvid
libxvid
lpc
lsp
lsp
mdct
mdct
memalign_hack
memalign_hack
...
@@ -1156,9 +1145,16 @@ HAVE_LIST="
...
@@ -1156,9 +1145,16 @@ HAVE_LIST="
# options emitted with CONFIG_ prefix but not available on command line
# options emitted with CONFIG_ prefix but not available on command line
CONFIG_EXTRA
=
"
CONFIG_EXTRA
=
"
aandct
avutil
avutil
golomb
gplv3
gplv3
h264chroma
h264dsp
h264pred
huffman
lgplv3
lgplv3
lpc
"
"
CMDLINE_SELECT
=
"
CMDLINE_SELECT
=
"
...
...
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