]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- patch for proper recognize i386 arch without mmx
authormarcus <marcus@pld-linux.org>
Sat, 5 Oct 2002 08:21:52 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-configure.patch -> 1.1

avifile-configure.patch [new file with mode: 0644]

diff --git a/avifile-configure.patch b/avifile-configure.patch
new file mode 100644 (file)
index 0000000..b754136
--- /dev/null
@@ -0,0 +1,14 @@
+diff -uNr avifile0.7-0.7.16.orig/configure.in avifile0.7-0.7.16/configure.in
+--- avifile0.7-0.7.16.orig/configure.in        Sat Oct  5 09:19:20 2002
++++ avifile0.7-0.7.16/configure.in     Sat Oct  5 10:19:22 2002
+@@ -807,7 +807,9 @@
+     if test x$ffmpeg_cpu = xx86 ; then
+       AC_DEFINE(ARCH_X86, 1, [Define if you want to build ffmpeg on x86 architecture.])
+-      AC_DEFINE(HAVE_MMX, 1, [Define if you want to build ffmpeg with mmx code.])
++        if test x$ffmpeg_x86opt != x--disable-mmx ; then
++          AC_DEFINE(HAVE_MMX, 1, [Define if you want to build ffmpeg with mmx code.])
++      fi                          
+     fi
+     AC_DEFINE(CONFIG_ENCODERS, 1, [Define if you want to build ffmpeg encoders.])
This page took 0.03518 seconds and 4 git commands to generate.