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