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
be8a8e06
Commit
be8a8e06
authored
Sep 26, 2005
by
Sam Hocevar
Browse files
* configure.ac: re-enabled i420_rgb_mmx on amd64.
parent
b8bd65ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
be8a8e06
...
...
@@ -1044,10 +1044,7 @@ fi
dnl
dnl Accelerated modules
dnl
MMX_MODULES="memcpymmx i422_yuy2_mmx i420_ymga_mmx"
if test "${target_cpu}" != "x86_64"; then
MMX_MODULES="${MMX_MODULES} i420_rgb_mmx"
fi
MMX_MODULES="memcpymmx i420_rgb_mmx i422_yuy2_mmx i420_ymga_mmx"
#MMX_MODULES="${MMX_MODULES} idctmmx motionmmx"
MMXEXT_MODULES="memcpymmxext"
#MMXEXT_MODULES="${MMXEXT_MODULES} idctmmxext motionmmxext"
...
...
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