mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
configure: group arch extention deps by arch
Originally committed as revision 21294 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fb823b7791
commit
808fa33c9c
17
configure
vendored
17
configure
vendored
@ -1098,22 +1098,27 @@ CMDLINE_APPEND="
|
||||
# code dependency declarations
|
||||
|
||||
# architecture extensions
|
||||
altivec_deps="ppc"
|
||||
amd3dnow_deps="mmx"
|
||||
amd3dnowext_deps="amd3dnow"
|
||||
|
||||
armv5te_deps="arm"
|
||||
armv6_deps="arm"
|
||||
armv6t2_deps="arm"
|
||||
armvfp_deps="arm"
|
||||
iwmmxt_deps="arm"
|
||||
neon_deps="arm"
|
||||
|
||||
mmi_deps="mips"
|
||||
|
||||
altivec_deps="ppc"
|
||||
ppc4xx_deps="ppc"
|
||||
|
||||
vis_deps="sparc"
|
||||
|
||||
amd3dnow_deps="mmx"
|
||||
amd3dnowext_deps="amd3dnow"
|
||||
mmx_deps="x86"
|
||||
mmx2_deps="mmx"
|
||||
neon_deps="arm"
|
||||
ppc4xx_deps="ppc"
|
||||
sse_deps="mmx"
|
||||
ssse3_deps="sse"
|
||||
vis_deps="sparc"
|
||||
|
||||
fast_clz_if_any="alpha armv5te avr32 mips ppc x86"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user