Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
75824aaf
Commit
75824aaf
authored
Apr 02, 2002
by
Christophe Massiot
Browse files
Added memcpyaltivec.
parent
2fda60de
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
75824aaf
...
...
@@ -5653,7 +5653,7 @@ MMX_MODULES="memcpymmx idctmmx motionmmx chroma_i420_rgb_mmx chroma_i420_yuy2_mm
MMXEXT_MODULES
=
"memcpymmxext idctmmxext motionmmxext"
THREEDNOW_MODULES
=
"memcpy3dn imdct3dn downmix3dn"
SSE_MODULES
=
"imdctsse downmixsse"
ALTIVEC_MODULES
=
"idctaltivec motionaltivec"
ALTIVEC_MODULES
=
"idctaltivec motionaltivec
memcpyaltivec
"
echo
$ac_n
"checking if
\$
CC groks MMX inline assembly""...
$ac_c
"
1>&6
echo
"configure:5660: checking if
\$
CC groks MMX inline assembly"
>
&5
...
...
@@ -6880,7 +6880,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
EOF
BUILTINS
=
"
${
BUILTINS
}
a52"
LIB_A52
=
"
${
LIB_A52
}
-la52"
LIB_A52
=
"
${
LIB_A52
}
-la52
-lm
"
else
echo
"
$ac_t
""no"
1>&6
...
...
configure.in
View file @
75824aaf
...
...
@@ -422,7 +422,7 @@ MMX_MODULES="memcpymmx idctmmx motionmmx chroma_i420_rgb_mmx chroma_i420_yuy2_mm
MMXEXT_MODULES="memcpymmxext idctmmxext motionmmxext"
THREEDNOW_MODULES="memcpy3dn imdct3dn downmix3dn"
SSE_MODULES="imdctsse downmixsse"
ALTIVEC_MODULES="idctaltivec motionaltivec"
ALTIVEC_MODULES="idctaltivec motionaltivec
memcpyaltivec
"
AC_CACHE_CHECK([if \$CC groks MMX inline assembly],
[ac_cv_mmx_inline],
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment