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
ba9261e5
Commit
ba9261e5
authored
21 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
disable a52 & pp by default
Originally committed as revision 2209 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ea739de1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+6
-6
6 additions, 6 deletions
configure
with
6 additions
and
6 deletions
configure
+
6
−
6
View file @
ba9261e5
...
@@ -70,9 +70,9 @@ mp3lame="no"
...
@@ -70,9 +70,9 @@ mp3lame="no"
vorbis
=
"no"
vorbis
=
"no"
faad
=
"no"
faad
=
"no"
faadbin
=
"no"
faadbin
=
"no"
a52
=
"
yes
"
a52
=
"
no
"
a52bin
=
"no"
a52bin
=
"no"
pp
=
"
yes
"
pp
=
"
no
"
shared_pp
=
"no"
shared_pp
=
"no"
mingw32
=
"no"
mingw32
=
"no"
cygwin
=
"no"
cygwin
=
"no"
...
@@ -309,11 +309,11 @@ for opt do
...
@@ -309,11 +309,11 @@ for opt do
;;
;;
--disable-zlib
)
zlib
=
"no"
--disable-zlib
)
zlib
=
"no"
;;
;;
--
dis
able-a52
)
a52
=
"
no
"
--
en
able-a52
)
a52
=
"
yes
"
;;
;;
--enable-a52bin
)
a52bin
=
"yes"
;
extralibs
=
"
$ldl
$extralibs
"
--enable-a52bin
)
a52bin
=
"yes"
;
extralibs
=
"
$ldl
$extralibs
"
;;
;;
--
dis
able-pp
)
pp
=
"
no
"
--
en
able-pp
)
pp
=
"
yes
"
;;
;;
--enable-shared-pp
)
shared_pp
=
"yes"
--enable-shared-pp
)
shared_pp
=
"yes"
;;
;;
...
@@ -759,9 +759,9 @@ echo " --enable-vorbis enable vorbis support via libvorbisenc [default
...
@@ -759,9 +759,9 @@ echo " --enable-vorbis enable vorbis support via libvorbisenc [default
echo
" --enable-faad enable faad support via libfaad [default=no]"
echo
" --enable-faad enable faad support via libfaad [default=no]"
echo
" --enable-faadbin build faad support with runtime linking [default=no]"
echo
" --enable-faadbin build faad support with runtime linking [default=no]"
echo
" --enable-mingw32 enable mingw32 native/cross windows compile"
echo
" --enable-mingw32 enable mingw32 native/cross windows compile"
echo
" --
dis
able-a52
dis
able GPL'ed A52 support [default=no]"
echo
" --
en
able-a52
en
able GPL'ed A52 support [default=no]"
echo
" --enable-a52bin open liba52.so.0 at runtime [default=no]"
echo
" --enable-a52bin open liba52.so.0 at runtime [default=no]"
echo
" --
dis
able-pp
dis
able GPL'ed post processing support [default=no]"
echo
" --
en
able-pp
en
able GPL'ed post processing support [default=no]"
echo
" --enable-shared-pp use libpostproc.so [default=no]"
echo
" --enable-shared-pp use libpostproc.so [default=no]"
echo
" --enable-shared build shared libraries [default=no]"
echo
" --enable-shared build shared libraries [default=no]"
echo
" --enable-amr_nb enable amr_nb float audio codec"
echo
" --enable-amr_nb enable amr_nb float audio codec"
...
...
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