]> git.pld-linux.org Git - packages/mjpegtools.git/blob - mjpegtools-opt.patch
87f216ce315f1a013a7eecba71ca467ace687bbc
[packages/mjpegtools.git] / mjpegtools-opt.patch
1 --- mjpegtools-1.9.0/configure.ac.orig  2009-01-06 07:33:48.000000000 +0100
2 +++ mjpegtools-1.9.0/configure.ac       2010-12-18 10:31:59.570115231 +0100
3 @@ -426,7 +426,8 @@
4  dnl correctly is complex and lengthy (about as long as the entire configure.ac
5  dnl file).
6  
7 -if test x$have_x86cpu = xtrue -o x$have_ppccpu = xtrue; then
8 +ARCHFLAGS=
9 +if false; then
10    if test x$host_alias != x; then
11      dnl This is to allow cross compiling
12      AC_MSG_CHECKING(sub-architecture settings)
This page took 0.018039 seconds and 2 git commands to generate.