Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e81da7d5
Commit
e81da7d5
authored
Apr 21, 2003
by
Christophe Massiot
Browse files
* configure.ac.in : finished disabling the old mpeg_video plug-ins.
parent
2735cac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac.in
View file @
e81da7d5
...
@@ -835,11 +835,14 @@ fi
...
@@ -835,11 +835,14 @@ fi
dnl
dnl
dnl Accelerated modules
dnl Accelerated modules
dnl
dnl
MMX_MODULES="memcpymmx idctmmx motionmmx i420_rgb_mmx i422_yuy2_mmx i420_ymga_mmx"
MMX_MODULES="memcpymmx i420_rgb_mmx i422_yuy2_mmx i420_ymga_mmx"
MMXEXT_MODULES="memcpymmxext idctmmxext motionmmxext"
#MMX_MODULES="${MMX_MODULES} idctmmx motionmmx"
MMXEXT_MODULES="memcpymmxext"
#MMXEXT_MODULES="${MMXEXT_MODULES} idctmmxext motionmmxext"
THREEDNOW_MODULES="memcpy3dn"
THREEDNOW_MODULES="memcpy3dn"
SSE_MODULES=""
SSE_MODULES=""
ALTIVEC_MODULES="idctaltivec motionaltivec memcpyaltivec"
ALTIVEC_MODULES="memcpyaltivec"
#ALTIVEC_MODULES="${ALTIVEC_MODULES} idctaltivec motionaltivec"
if test "${enable_gprof}" != "yes"
if test "${enable_gprof}" != "yes"
then
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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