projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
692c315
)
SSE depends on x86.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 25 Jan 2009 17:52:52 +0000
(17:52 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 25 Jan 2009 17:52:52 +0000
(17:52 +0000)
Originally committed as revision 16777 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 27782b5f9dbbb5d63e4ff57c586a56e0560de1e8..81b0d5a8d57ab0eb61bce32a57439daf94e3cf54 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-953,7
+953,7
@@
mmx_deps="x86"
mmx2_deps="x86 mmx"
neon_deps="arm"
ppc4xx_deps="ppc"
-sse_deps="mmx"
+sse_deps="
x86
mmx"
ssse3_deps="x86 sse"
vis_deps="sparc"