Magellan Linux

Annotation of /trunk/smpeg/patches/smpeg-0.4.4-mmx.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 352 byte(s)
-import

1 niro 153 Index: smpeg-0.4.4/configure.in
2     ===================================================================
3     --- smpeg-0.4.4.orig/configure.in
4     +++ smpeg-0.4.4/configure.in
5     @@ -148,6 +148,7 @@ if test x$enable_mmx = xyes; then
6    
7     if test x$use_mmx = xyes; then
8     EXTRA_CFLAGS="$EXTRA_CFLAGS -DUSE_MMX"
9     + CCASFLAGS="$CCASFLAGS -DUSE_MMX"
10     fi
11     fi
12