[FFmpeg-cvslog] r16784 - trunk/configure
diego
subversion
Sun Jan 25 20:43:48 CET 2009
Author: diego
Date: Sun Jan 25 20:43:48 2009
New Revision: 16784
Log:
Drop redundant architecture extension dependencies.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jan 25 20:24:47 2009 (r16783)
+++ trunk/configure Sun Jan 25 20:43:48 2009 (r16784)
@@ -950,11 +950,11 @@ armvfp_deps="arm"
iwmmxt_deps="arm"
mmi_deps="mips"
mmx_deps="x86"
-mmx2_deps="x86 mmx"
+mmx2_deps="mmx"
neon_deps="arm"
ppc4xx_deps="ppc"
-sse_deps="x86 mmx"
-ssse3_deps="x86 sse"
+sse_deps="mmx"
+ssse3_deps="sse"
vis_deps="sparc"
# common features
More information about the ffmpeg-cvslog
mailing list