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
c8a4ae00
Commit
c8a4ae00
authored
15 years ago
by
Måns Rullgård
Browse files
Options
Downloads
Patches
Plain Diff
configure: add --disable-asm option
Originally committed as revision 21303 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3784e82e
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
+5
-0
5 additions, 0 deletions
configure
with
5 additions
and
0 deletions
configure
+
5
−
0
View file @
c8a4ae00
...
...
@@ -208,6 +208,7 @@ Advanced options (experts only):
instruction selection, may crash on older CPUs)
--enable-powerpc-perf enable performance report on PPC
(requires enabling PMC)
--disable-asm disable all assembler optimizations
--disable-altivec disable AltiVec optimizations
--disable-amd3dnow disable 3DNow! optimizations
--disable-amd3dnowext disable 3DNow! extended optimizations
...
...
@@ -1046,6 +1047,7 @@ CMDLINE_SELECT="
$ARCH_EXT_LIST
$CONFIG_LIST
$THREADS_LIST
asm
cross_compile
debug
extra_warnings
...
...
@@ -1368,6 +1370,7 @@ target_os=$(tolower $(uname -s))
host_os
=
$target_os
# configurable options
enable
asm
enable
debug
enable
doc
enable
fastdiv
...
...
@@ -2663,6 +2666,8 @@ check_deps $CONFIG_LIST \
$OUTDEV_LIST
\
$PROTOCOL_LIST
\
enabled asm
||
disable
$ARCH_LIST
$ARCH_EXT_LIST
echo
"install prefix
$prefix
"
echo
"source path
$source_path
"
echo
"C compiler
$cc
"
...
...
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