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
28fff4c8
Commit
28fff4c8
authored
18 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
cosmetics
Originally committed as revision 5320 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e0fb7e5b
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
+1
-4
1 addition, 4 deletions
configure
with
1 addition
and
4 deletions
configure
+
1
−
4
View file @
28fff4c8
...
...
@@ -1921,7 +1921,6 @@ if test "$amr_wb" = "yes" ; then
echo
"V5.1.0 from "
echo
"http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip"
echo
"and extracted the source to libavcodec/amrwb_float"
echo
fi
if
test
"
$amr_nb
"
=
"yes"
;
then
...
...
@@ -1929,8 +1928,8 @@ if test "$amr_nb" = "yes" ; then
echo
"AMR_NB=yes"
>>
config.mak
echo
if
test
"
$amr_nb_fixed
"
=
"yes"
;
then
echo
"AMR_NB_FIXED=yes"
>>
config.mak
echo
"#define AMR_NB_FIXED 1"
>>
$TMPH
echo
"AMR_NB_FIXED=yes"
>>
config.mak
echo
echo
"AMR NB FIXED POINT NOTICE! Make sure you have downloaded TS26.073 "
echo
"REL-5 version 5.1.0 from "
...
...
@@ -1938,14 +1937,12 @@ if test "$amr_nb_fixed" = "yes" ; then
echo
"and extracted src to libavcodec/amr"
echo
"You must also add -DMMS_IO and remove -pedantic-errors to/from CFLAGS in libavcodec/amr/makefile."
echo
"i.e. CFLAGS = -Wall -I.
\$
(CFLAGS_
\$
(MODE)) -D
\$
(VAD) -DMMS_IO"
echo
else
echo
"AMR NB FLOAT NOTICE ! Make sure you have downloaded TS26.104"
echo
"REL-5 V5.1.0 from "
echo
"http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26104-5??.zip"
echo
"and extracted the source to libavcodec/amr_float"
echo
"If you try this on alpha, you may need to change Word32 to int in amr/typedef.h"
echo
fi
if
test
"
$amr_if2
"
=
"yes"
;
then
...
...
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