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
12b61a74
Commit
12b61a74
authored
Feb 11, 2007
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up amr option handling
Originally committed as revision 7940 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f4ca5079
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
configure
configure
+8
-4
No files found.
configure
View file @
12b61a74
...
...
@@ -1104,13 +1104,13 @@ for opt do
;;
--enable-small
)
optimize
=
"small"
;;
--enable-amr_nb
)
amr
=
"yes"
;
amr_nb
=
"yes"
;
amr_nb_fixed
=
"no
"
--enable-amr_nb
)
amr
_nb
=
"yes
"
;;
--enable-amr_nb-fixed
)
amr
=
"yes"
;
amr_nb_fixed
=
"yes"
;
amr_nb
=
"no
"
--enable-amr_nb-fixed
)
amr
_nb_fixed
=
"yes
"
;;
--enable-amr_wb
)
amr
=
"yes"
;
amr
_wb
=
"yes"
--enable-amr_wb
)
amr_wb
=
"yes"
;;
--enable-amr_if2
)
amr
=
"yes"
;
amr
_if2
=
"yes"
--enable-amr_if2
)
amr_if2
=
"yes"
;;
--enable-sunmlib
)
mlib
=
"yes"
;;
...
...
@@ -1560,6 +1560,10 @@ for thread in pthreads beosthreads os2threads w32threads; do
fi
done
enabled_any amr_nb amr_nb_fixed amr_wb amr_if2
&&
enable
amr
enabled_all amr_nb amr_nb_fixed
&&
die
"Only one of amr_nb and amr_nb_fixed may be enabled."
# these are off by default, so fail if requested and not available
enabled libdts
&&
require libdts dts.h dts_init
-ldts
-lm
enabled libgsm
&&
require libgsm gsm.h gsm_create
-lgsm
...
...
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