]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-configure.patch
- typo
[packages/avifile.git] / avifile-configure.patch
1 diff -uNr avifile0.7-0.7.16.orig/configure.in avifile0.7-0.7.16/configure.in
2 --- avifile0.7-0.7.16.orig/configure.in Sat Oct  5 09:19:20 2002
3 +++ avifile0.7-0.7.16/configure.in      Sat Oct  5 10:19:22 2002
4 @@ -807,7 +807,9 @@
5  
6      if test x$ffmpeg_cpu = xx86 ; then
7         AC_DEFINE(ARCH_X86, 1, [Define if you want to build ffmpeg on x86 architecture.])
8 -       AC_DEFINE(HAVE_MMX, 1, [Define if you want to build ffmpeg with mmx code.])
9 +        if test x$ffmpeg_x86opt != x--disable-mmx ; then
10 +           AC_DEFINE(HAVE_MMX, 1, [Define if you want to build ffmpeg with mmx code.])
11 +       fi                          
12      fi
13  
14      AC_DEFINE(CONFIG_ENCODERS, 1, [Define if you want to build ffmpeg encoders.])
This page took 0.087456 seconds and 3 git commands to generate.