Browse Source

this hopefully fixes the MMX/SSE/SSE2/3DNOW utilization on non x86

systems.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1327 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
1fd128e5b7
3 changed files with 14 additions and 1 deletions
  1. +7
    -0
      package/kasc/libsdl_gfx/libsdl_gfx.conf
  2. +7
    -0
      package/tibit/nvrec/nvrec.conf
  3. +0
    -1
      package/tibit/nvrec/nvrec.desc

+ 7
- 0
package/kasc/libsdl_gfx/libsdl_gfx.conf

@ -0,0 +1,7 @@
if [ $arch = x86 ] ; then
var_append confopt " " "--enable-mmx"
else
var_append confopt " " "--disable-mmx"
fi

+ 7
- 0
package/tibit/nvrec/nvrec.conf

@ -20,5 +20,12 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
if [ $arch = x86 ] ; then
var_append confopt " " "--enable-X86_MMX --enable-X86_MMXEXT \
--enable-X86_SSE --enable-X86_SSE2 --enable-X86_3DNOW --enable-X86_3DNOWEXT"
else
var_append confopt " " "--disable-X86_MMX --disable-X86_MMXEXT \
--disable-X86_SSE --disable-X86_SSE2 --disable-X86_3DNOW --disable-X86_3DNOWEXT"
fi
preconf="./bootstrap"

+ 0
- 1
package/tibit/nvrec/nvrec.desc

@ -36,7 +36,6 @@
[M] Tilmann Bitterberg <transcode@tibit.org>
[C] extra/multimedia
[R] + x86
[L] GPL
[S] Beta

Loading…
Cancel
Save