Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
d9a4db65
Commit
d9a4db65
authored
10 years ago
by
Carl Eugen Hoyos
Browse files
Options
Downloads
Patches
Plain Diff
Improve configure help text.
Show which features external libraries enable. Fixes ticket #4157
parent
7502e1a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+13
-10
13 additions, 10 deletions
configure
with
13 additions
and
10 deletions
configure
+
13
−
10
View file @
d9a4db65
...
@@ -194,25 +194,27 @@ Individual component options:
...
@@ -194,25 +194,27 @@ Individual component options:
External library support:
External library support:
--enable-avisynth enable reading of AviSynth script files [no]
--enable-avisynth enable reading of AviSynth script files [no]
--disable-bzlib disable bzlib [autodetect]
--disable-bzlib disable bzlib [autodetect]
--enable-fontconfig enable fontconfig
--enable-fontconfig enable fontconfig, useful for drawtext filter [no]
--enable-frei0r enable frei0r video filtering
--enable-frei0r enable frei0r video filtering [no]
--enable-gnutls enable gnutls [no]
--enable-gnutls enable gnutls, needed for https support
if openssl is not used [no]
--disable-iconv disable iconv [autodetect]
--disable-iconv disable iconv [autodetect]
--enable-ladspa enable LADSPA audio filtering
--enable-ladspa enable LADSPA audio filtering
[no]
--enable-libaacplus enable AAC+ encoding via libaacplus [no]
--enable-libaacplus enable AAC+ encoding via libaacplus [no]
--enable-libass enable libass subtitles rendering [no]
--enable-libass enable libass subtitles rendering,
needed for subtitles and ass filter [no]
--enable-libbluray enable BluRay reading using libbluray [no]
--enable-libbluray enable BluRay reading using libbluray [no]
--enable-libbs2b enable bs2b DSP library [no]
--enable-libbs2b enable bs2b DSP library [no]
--enable-libcaca enable textual display using libcaca
--enable-libcaca enable textual display using libcaca
[no]
--enable-libcelt enable CELT decoding via libcelt [no]
--enable-libcelt enable CELT decoding via libcelt [no]
--enable-libcdio enable audio CD grabbing with libcdio
--enable-libcdio enable audio CD grabbing with libcdio
[no]
--enable-libdc1394 enable IIDC-1394 grabbing using libdc1394
--enable-libdc1394 enable IIDC-1394 grabbing using libdc1394
and libraw1394 [no]
and libraw1394 [no]
--enable-libfaac enable AAC encoding via libfaac [no]
--enable-libfaac enable AAC encoding via libfaac [no]
--enable-libfdk-aac enable AAC de/encoding via libfdk-aac [no]
--enable-libfdk-aac enable AAC de/encoding via libfdk-aac [no]
--enable-libflite enable flite (voice synthesis) support via libflite [no]
--enable-libflite enable flite (voice synthesis) support via libflite [no]
--enable-libfreetype enable libfreetype [no]
--enable-libfreetype enable libfreetype
, needed for drawtext filter
[no]
--enable-libfribidi enable libfribidi [no]
--enable-libfribidi enable libfribidi
, improves drawtext filter
[no]
--enable-libgme enable Game Music Emu via libgme [no]
--enable-libgme enable Game Music Emu via libgme [no]
--enable-libgsm enable GSM de/encoding via libgsm [no]
--enable-libgsm enable GSM de/encoding via libgsm [no]
--enable-libiec61883 enable iec61883 via libiec61883 [no]
--enable-libiec61883 enable iec61883 via libiec61883 [no]
...
@@ -264,7 +266,8 @@ External library support:
...
@@ -264,7 +266,8 @@ External library support:
--enable-openal enable OpenAL 1.1 capture support [no]
--enable-openal enable OpenAL 1.1 capture support [no]
--enable-opencl enable OpenCL code
--enable-opencl enable OpenCL code
--enable-opengl enable OpenGL rendering [no]
--enable-opengl enable OpenGL rendering [no]
--enable-openssl enable openssl [no]
--enable-openssl enable openssl, needed for https support
if gnutls is not used [no]
--disable-sdl disable sdl [autodetect]
--disable-sdl disable sdl [autodetect]
--enable-x11grab enable X11 grabbing (legacy) [no]
--enable-x11grab enable X11 grabbing (legacy) [no]
--disable-xlib disable xlib [autodetect]
--disable-xlib disable xlib [autodetect]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment