You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/smpeg/files/smpeg-0.4.4-mmx.patch

11 lines
252 B

--- smpeg-0.4.4.orig/configure.in
+++ smpeg-0.4.4/configure.in
@@ -148,6 +148,7 @@ if test x$enable_mmx = xyes; then
if test x$use_mmx = xyes; then
EXTRA_CFLAGS="$EXTRA_CFLAGS -DUSE_MMX"
+ CCASFLAGS="$CCASFLAGS -DUSE_MMX"
fi
fi