Trying answering directly to mailing list:
On 11/06/2016 08:58 AM, Bernhard Praschinger wrote:
You mention there that you use a bttv based card. Which means that you
can't do a hardware or on card playback.
OK, understood
I'm not sure about the older mjpegtools version's. It should check for
libjpeg, and you should see a similar output when you run configure:
checking for jpeg_start_compress in -ljpeg... yes
When it does not find the libjpeg, you usually need to install the
header or devel rpm and it should find the libjpeg than.
If you know that you have the libjpeg and the developer package
installed, and configure does not find it, you might "tune" the
configure script.
So please post the output of configure.
when you run configure you should see: the final lines something like:
configure: - software MJPEG playback : true
I did have both the rpm and the developer rpm installed. So I ran
./configure again, and the salient parts of the output are:
(1) checking for jpeg_start_compress in -ljpeg BUT it does not give yes
(see complete postiong of configure.log
(2) and software MJPEG playback IS false
So thank you for the good insight. Now can you help me with "tuning" the
configure script?
Output of the configure log follows (rather long...)
==========xxxxxxxxxxxx===========
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mjpegtools configure 1.9.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = andraslinux
uname -m = i686
uname -r = 2.6.32.71_apu10042016
uname -s = Linux
uname -v = #1 Mon Oct 24 15:55:22 EDT 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/apu/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2102: checking build system type
configure:2120: result: i686-pc-linux-gnu
configure:2142: checking host system type
configure:2157: result: i686-pc-linux-gnu
configure:2179: checking target system type
configure:2194: result: i686-pc-linux-gnu
configure:2237: checking for a BSD-compatible install
configure:2293: result: /usr/bin/install -c
configure:2304: checking whether build environment is sane
configure:2347: result: yes
configure:2375: checking for a thread-safe mkdir -p
configure:2414: result: /bin/mkdir -p
configure:2427: checking for gawk
configure:2443: found /usr/bin/gawk
configure:2454: result: gawk
configure:2465: checking whether make sets $(MAKE)
configure:2486: result: yes
configure:2674: checking whether to enable maintainer-specific portions
of Makefiles
configure:2683: result: no
configure:2851: checking for style of include used by make
configure:2879: result: GNU
configure:2949: checking for gcc
configure:2965: found /usr/local/bin/gcc
configure:2976: result: gcc
configure:3214: checking for C compiler version
configure:3221: gcc --version >&5
gcc (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3224: $? = 0
configure:3231: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ./configure
Thread model: posix
gcc version 4.2.1
configure:3234: $? = 0
configure:3241: gcc -V >&5
gcc: '-V' option must have argument
configure:3244: $? = 1
configure:3267: checking for C compiler default output file name
configure:3294: gcc conftest.c >&5
configure:3297: $? = 0
configure:3335: result: a.out
configure:3352: checking whether the C compiler works
configure:3362: ./a.out
configure:3365: $? = 0
configure:3382: result: yes
configure:3389: checking whether we are cross compiling
configure:3391: result: no
configure:3394: checking for suffix of executables
configure:3401: gcc -o conftest conftest.c >&5
configure:3404: $? = 0
configure:3428: result:
configure:3434: checking for suffix of object files
configure:3460: gcc -c conftest.c >&5
configure:3463: $? = 0
configure:3486: result: o
configure:3490: checking whether we are using the GNU C compiler
configure:3519: gcc -c conftest.c >&5
configure:3525: $? = 0
configure:3542: result: yes
configure:3547: checking whether gcc accepts -g
configure:3577: gcc -c -g conftest.c >&5
configure:3583: $? = 0
configure:3682: result: yes
configure:3699: checking for gcc option to accept ISO C89
configure:3773: gcc -c -g -O2 conftest.c >&5
configure:3779: $? = 0
configure:3802: result: none needed
configure:3822: checking dependency style of gcc
configure:3913: result: gcc3
configure:3928: checking for a sed that does not truncate output
configure:3984: result: /bin/sed
configure:3987: checking for grep that handles long lines and -e
configure:4061: result: /bin/grep
configure:4066: checking for egrep
configure:4144: result: /bin/grep -E
configure:4160: checking for ld used by gcc
configure:4227: result: /usr/bin/ld
configure:4236: checking if the linker (/usr/bin/ld) is GNU ld
configure:4251: result: yes
configure:4256: checking for /usr/bin/ld option to reload object files
configure:4263: result: -r
configure:4281: checking for BSD-compatible nm
configure:4330: result: /usr/bin/nm -B
configure:4334: checking whether ln -s works
configure:4338: result: yes
configure:4345: checking how to recognize dependent libraries
configure:4531: result: pass_all
configure:4772: checking how to run the C preprocessor
configure:4812: gcc -E conftest.c
configure:4818: $? = 0
configure:4849: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4855: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4888: result: gcc -E
configure:4917: gcc -E conftest.c
configure:4923: $? = 0
configure:4954: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4960: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4998: checking for ANSI C header files
configure:5028: gcc -c -g -O2 conftest.c >&5
configure:5034: $? = 0
configure:5133: gcc -o conftest -g -O2 conftest.c >&5
configure:5136: $? = 0
configure:5142: ./conftest
configure:5145: $? = 0
configure:5162: result: yes
configure:5186: checking for sys/types.h
configure:5207: gcc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5229: result: yes
configure:5186: checking for sys/stat.h
configure:5207: gcc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5229: result: yes
configure:5186: checking for stdlib.h
configure:5207: gcc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5229: result: yes
configure:5186: checking for string.h
configure:5207: gcc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5229: result: yes
configure:5186: checking for memory.h
configure:5207: gcc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5229: result: yes
configure:5186: checking for strings.h
configure:5207: gcc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5229: result: yes
configure:5186: checking for inttypes.h
configure:5207: gcc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5229: result: yes
configure:5186: checking for stdint.h
configure:5207: gcc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5229: result: yes
configure:5186: checking for unistd.h
configure:5207: gcc -c -g -O2 conftest.c >&5
configure:5213: $? = 0
configure:5229: result: yes
configure:5256: checking dlfcn.h usability
configure:5273: gcc -c -g -O2 conftest.c >&5
configure:5279: $? = 0
configure:5293: result: yes
configure:5297: checking dlfcn.h presence
configure:5312: gcc -E conftest.c
configure:5318: $? = 0
configure:5332: result: yes
configure:5365: checking for dlfcn.h
configure:5373: result: yes
configure:5444: checking for g++
configure:5460: found /usr/local/bin/g++
configure:5471: result: g++
configure:5502: checking for C++ compiler version
configure:5509: g++ --version >&5
g++ (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5512: $? = 0
configure:5519: g++ -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ./configure
Thread model: posix
gcc version 4.2.1
configure:5522: $? = 0
configure:5529: g++ -V >&5
g++: '-V' option must have argument
configure:5532: $? = 1
configure:5535: checking whether we are using the GNU C++ compiler
configure:5564: g++ -c conftest.cpp >&5
configure:5570: $? = 0
configure:5587: result: yes
configure:5592: checking whether g++ accepts -g
configure:5622: g++ -c -g conftest.cpp >&5
configure:5628: $? = 0
configure:5727: result: yes
configure:5752: checking dependency style of g++
configure:5843: result: gcc3
configure:5868: checking how to run the C++ preprocessor
configure:5904: g++ -E conftest.cpp
configure:5910: $? = 0
configure:5941: g++ -E conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:5947: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5980: result: g++ -E
configure:6009: g++ -E conftest.cpp
configure:6015: $? = 0
configure:6046: g++ -E conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:6052: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6145: checking for g77
configure:6161: found /usr/bin/g77
configure:6172: result: g77
configure:6202: checking for Fortran 77 compiler version
configure:6209: g77 --version >&5
GNU Fortran (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:6212: $? = 0
configure:6219: g77 -v >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:6222: $? = 0
configure:6229: g77 -V >&5
g77: `-V' option must have argument
configure:6232: $? = 1
configure:6240: checking whether we are using the GNU Fortran 77 compiler
configure:6259: g77 -c conftest.F >&5
configure:6265: $? = 0
configure:6282: result: yes
configure:6288: checking whether g77 accepts -g
configure:6305: g77 -c -g conftest.f >&5
configure:6311: $? = 0
configure:6327: result: yes
configure:6357: checking the maximum length of command line arguments
configure:6469: result: 98304
configure:6481: checking command to parse /usr/bin/nm -B output from gcc
object
configure:6586: gcc -c -g -O2 conftest.c >&5
configure:6589: $? = 0
configure:6593: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2 \2/p' \> conftest.nm
configure:6596: $? = 0
configure:6648: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6651: $? = 0
configure:6689: result: ok
configure:6693: checking for objdir
configure:6708: result: .libs
configure:6800: checking for ar
configure:6816: found /usr/bin/ar
configure:6827: result: ar
configure:6896: checking for ranlib
configure:6912: found /usr/bin/ranlib
configure:6923: result: ranlib
configure:6992: checking for strip
configure:7008: found /usr/bin/strip
configure:7019: result: strip
configure:7305: checking if gcc supports -fno-rtti -fno-exceptions
configure:7323: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++
but not for C
configure:7327: $? = 0
configure:7340: result: no
configure:7355: checking for gcc option to produce PIC
configure:7587: result: -fPIC
configure:7595: checking if gcc PIC flag -fPIC works
configure:7613: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:7617: $? = 0
configure:7630: result: yes
configure:7658: checking if gcc static flag -static works
configure:7686: result: yes
configure:7696: checking if gcc supports -c -o file.o
configure:7717: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7721: $? = 0
configure:7743: result: yes
configure:7769: checking whether the gcc linker (/usr/bin/ld) supports
shared libraries
configure:8749: result: yes
configure:8770: checking whether -lc should be explicitly linked in
configure:8775: gcc -c -g -O2 conftest.c >&5
configure:8778: $? = 0
configure:8793: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8796: $? = 0
configure:8808: result: no
configure:8816: checking dynamic linker characteristics
configure:9418: result: GNU/Linux ld.so
configure:9427: checking how to hardcode library paths into programs
configure:9452: result: immediate
configure:9466: checking whether stripping libraries is possible
configure:9471: result: yes
configure:10273: checking if libtool supports shared libraries
configure:10275: result: yes
configure:10278: checking whether to build shared libraries
configure:10299: result: yes
configure:10302: checking whether to build static libraries
configure:10306: result: yes
configure:10399: creating libtool
configure:10987: checking for ld used by g++
configure:11054: result: /usr/bin/ld
configure:11063: checking if the linker (/usr/bin/ld) is GNU ld
configure:11078: result: yes
configure:11129: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:12103: result: yes
configure:12121: g++ -c -g -O2 conftest.cpp >&5
configure:12124: $? = 0
configure:12276: checking for g++ option to produce PIC
configure:12560: result: -fPIC
configure:12568: checking if g++ PIC flag -fPIC works
configure:12586: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
configure:12590: $? = 0
configure:12603: result: yes
configure:12631: checking if g++ static flag -static works
configure:12659: result: yes
configure:12669: checking if g++ supports -c -o file.o
configure:12690: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:12694: $? = 0
configure:12716: result: yes
configure:12742: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:12767: result: yes
configure:12834: checking dynamic linker characteristics
configure:13384: result: GNU/Linux ld.so
configure:13393: checking how to hardcode library paths into programs
configure:13418: result: immediate
configure:13952: checking if libtool supports shared libraries
configure:13954: result: yes
configure:13957: checking whether to build shared libraries
configure:13977: result: yes
configure:13980: checking whether to build static libraries
configure:13984: result: yes
configure:13994: checking for g77 option to produce PIC
configure:14226: result: -fPIC
configure:14234: checking if g77 PIC flag -fPIC works
configure:14252: g77 -c -g -O2 -fPIC conftest.f >&5
configure:14256: $? = 0
configure:14269: result: yes
configure:14297: checking if g77 static flag -static works
configure:14325: result: yes
configure:14335: checking if g77 supports -c -o file.o
configure:14356: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14360: $? = 0
configure:14382: result: yes
configure:14408: checking whether the g77 linker (/usr/bin/ld) supports
shared libraries
configure:15368: result: yes
configure:15435: checking dynamic linker characteristics
configure:15985: result: GNU/Linux ld.so
configure:15994: checking how to hardcode library paths into programs
configure:16019: result: immediate
configure:19594: checking for gawk
configure:19621: result: gawk
configure:19680: checking for gcc
configure:19707: result: gcc
configure:19945: checking for C compiler version
configure:19952: gcc --version >&5
gcc (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:19955: $? = 0
configure:19962: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ./configure
Thread model: posix
gcc version 4.2.1
configure:19965: $? = 0
configure:19972: gcc -V >&5
gcc: '-V' option must have argument
configure:19975: $? = 1
configure:19978: checking whether we are using the GNU C compiler
configure:20030: result: yes
configure:20035: checking whether gcc accepts -g
configure:20170: result: yes
configure:20187: checking for gcc option to accept ISO C89
configure:20290: result: none needed
configure:20310: checking dependency style of gcc
configure:20401: result: gcc3
configure:20419: checking whether gcc and cc understand -c and -o together
configure:20454: gcc -c conftest.c -o conftest2.o >&5
configure:20457: $? = 0
configure:20463: gcc -c conftest.c -o conftest2.o >&5
configure:20466: $? = 0
configure:20477: cc -c conftest.c >&5
configure:20480: $? = 0
configure:20488: cc -c conftest.c -o conftest2.o >&5
configure:20491: $? = 0
configure:20497: cc -c conftest.c -o conftest2.o >&5
configure:20500: $? = 0
configure:20518: result: yes
configure:20662: checking for C++ compiler version
configure:20669: g++ --version >&5
g++ (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:20672: $? = 0
configure:20679: g++ -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ./configure
Thread model: posix
gcc version 4.2.1
configure:20682: $? = 0
configure:20689: g++ -V >&5
g++: '-V' option must have argument
configure:20692: $? = 1
configure:20695: checking whether we are using the GNU C++ compiler
configure:20747: result: yes
configure:20752: checking whether g++ accepts -g
configure:20887: result: yes
configure:20912: checking dependency style of g++
configure:21003: result: gcc3
configure:21031: checking for a BSD-compatible install
configure:21087: result: /usr/bin/install -c
configure:21098: checking whether ln -s works
configure:21102: result: yes
configure:21109: checking whether byte ordering is bigendian
configure:21142: gcc -c -g -O2 conftest.c >&5
configure:21148: $? = 0
configure:21180: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:29: error: 'not' undeclared (first use in this function)
conftest.c:29: error: (Each undeclared identifier is reported only once
conftest.c:29: error: for each function it appears in.)
conftest.c:29: error: expected ';' before 'big'
configure:21186: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:21326: result: no
configure:21345: checking for an ANSI C-conforming const
configure:21420: gcc -c -g -O2 conftest.c >&5
configure:21426: $? = 0
configure:21441: result: yes
configure:21451: checking for inline
configure:21477: gcc -c -g -O2 conftest.c >&5
configure:21483: $? = 0
configure:21501: result: inline
configure:21527: checking for special C compiler options needed for
large files
configure:21620: result: no
configure:21626: checking for _FILE_OFFSET_BITS value needed for large files
configure:21661: gcc -c -g -O2 conftest.c >&5
conftest.c:28: warning: left shift count >= width of type
conftest.c:28: warning: left shift count >= width of type
conftest.c:30: error: size of array 'off_t_is_large' is negative
configure:21667: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:21711: gcc -c -g -O2 conftest.c >&5
configure:21717: $? = 0
configure:21735: result: 64
configure:21880: checking dependency style of gcc
configure:21971: result: gcc3
configure:22003: checking for stdint.h
configure:22009: result: yes
configure:22003: checking for inttypes.h
configure:22009: result: yes
configure:22003: checking for sys/types.h
configure:22009: result: yes
configure:22013: checking getopt.h usability
configure:22030: gcc -c -g -O2 conftest.c >&5
configure:22036: $? = 0
configure:22050: result: yes
configure:22054: checking getopt.h presence
configure:22069: gcc -E conftest.c
configure:22075: $? = 0
configure:22089: result: yes
configure:22122: checking for getopt.h
configure:22130: result: yes
configure:22013: checking malloc.h usability
configure:22030: gcc -c -g -O2 conftest.c >&5
configure:22036: $? = 0
configure:22050: result: yes
configure:22054: checking malloc.h presence
configure:22069: gcc -E conftest.c
configure:22075: $? = 0
configure:22089: result: yes
configure:22122: checking for malloc.h
configure:22130: result: yes
configure:22013: checking sys/soundcard.h usability
configure:22030: gcc -c -g -O2 conftest.c >&5
configure:22036: $? = 0
configure:22050: result: yes
configure:22054: checking sys/soundcard.h presence
configure:22069: gcc -E conftest.c
configure:22075: $? = 0
configure:22089: result: yes
configure:22122: checking for sys/soundcard.h
configure:22130: result: yes
configure:22147: checking for sin in -lm
configure:22182: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:36: warning: conflicting types for built-in function 'sin'
configure:22188: $? = 0
configure:22206: result: yes
configure:22225: checking for posix_memalign
configure:22281: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:22287: $? = 0
configure:22305: result: yes
configure:22225: checking for memalign
configure:22281: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:22287: $? = 0
configure:22305: result: yes
configure:22225: checking for fmax
configure:22281: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:55: warning: conflicting types for built-in function 'fmax'
configure:22287: $? = 0
configure:22305: result: yes
configure:22225: checking for fmin
configure:22281: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:56: warning: conflicting types for built-in function 'fmin'
configure:22287: $? = 0
configure:22305: result: yes
configure:22225: checking for lround
configure:22281: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:57: warning: conflicting types for built-in function 'lround'
configure:22287: $? = 0
configure:22305: result: yes
configure:22316: checking for getopt_long
configure:22372: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:22378: $? = 0
configure:22395: result: yes
configure:22480: checking return type of signal handlers
configure:22508: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:42: error: void value not ignored as it ought to be
configure:22514: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_FMAX 1
| #define HAVE_FMIN 1
| #define HAVE_LROUND 1
| #define HAVE_GETOPT_LONG 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:22529: result: void
configure:22538: The host is i686-pc-linux-gnu i686 pc linux-gnu .
configure:22543: checking for alpha architecture
configure:22617: result: no
configure:22648: checking linux/videodev.h usability
configure:22665: gcc -c -g -O2 conftest.c >&5
configure:22671: $? = 0
configure:22685: result: yes
configure:22689: checking linux/videodev.h presence
configure:22704: gcc -E conftest.c
configure:22710: $? = 0
configure:22724: result: yes
configure:22757: checking for linux/videodev.h
configure:22764: result: yes
configure:22984: checking for the pthreads library -lpthreads
configure:23027: gcc -o conftest -g -O2 conftest.c -lpthreads -lm >&5
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:23033: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_FMAX 1
| #define HAVE_FMIN 1
| #define HAVE_LROUND 1
| #define HAVE_GETOPT_LONG 1
| #define RETSIGTYPE void
| #define HAVE_V4L 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23053: result: no
configure:22929: checking whether pthreads work without any flags
configure:23027: gcc -o conftest -g -O2 conftest.c -lm >&5
/tmp/ccalnPdo.o(.text+0x25): In function `main':
/usr/src/mjpegtools-1.9.0/conftest.c:42: undefined reference to
`pthread_join'
/tmp/ccalnPdo.o(.text+0x49):/usr/src/mjpegtools-1.9.0/conftest.c:43:
undefined reference to `_pthread_cleanup_push'
/tmp/ccalnPdo.o(.text+0x6d):/usr/src/mjpegtools-1.9.0/conftest.c:44:
undefined reference to `pthread_create'
/tmp/ccalnPdo.o(.text+0x7d):/usr/src/mjpegtools-1.9.0/conftest.c:44:
undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:23033: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_FMAX 1
| #define HAVE_FMIN 1
| #define HAVE_LROUND 1
| #define HAVE_GETOPT_LONG 1
| #define RETSIGTYPE void
| #define HAVE_V4L 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23053: result: no
configure:22934: checking whether pthreads work with -Kthread
configure:23027: gcc -o conftest -g -O2 -Kthread conftest.c -lm >&5
gcc: unrecognized option '-Kthread'
/tmp/ccs1iYaA.o(.text+0x25): In function `main':
/usr/src/mjpegtools-1.9.0/conftest.c:42: undefined reference to
`pthread_join'
/tmp/ccs1iYaA.o(.text+0x49):/usr/src/mjpegtools-1.9.0/conftest.c:43:
undefined reference to `_pthread_cleanup_push'
/tmp/ccs1iYaA.o(.text+0x6d):/usr/src/mjpegtools-1.9.0/conftest.c:44:
undefined reference to `pthread_create'
/tmp/ccs1iYaA.o(.text+0x7d):/usr/src/mjpegtools-1.9.0/conftest.c:44:
undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:23033: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_FMAX 1
| #define HAVE_FMIN 1
| #define HAVE_LROUND 1
| #define HAVE_GETOPT_LONG 1
| #define RETSIGTYPE void
| #define HAVE_V4L 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23053: result: no
configure:22934: checking whether pthreads work with -kthread
configure:23027: gcc -o conftest -g -O2 -kthread conftest.c -lm >&5
gcc: unrecognized option '-kthread'
/tmp/cceFZL9P.o(.text+0x25): In function `main':
/usr/src/mjpegtools-1.9.0/conftest.c:42: undefined reference to
`pthread_join'
/tmp/cceFZL9P.o(.text+0x49):/usr/src/mjpegtools-1.9.0/conftest.c:43:
undefined reference to `_pthread_cleanup_push'
/tmp/cceFZL9P.o(.text+0x6d):/usr/src/mjpegtools-1.9.0/conftest.c:44:
undefined reference to `pthread_create'
/tmp/cceFZL9P.o(.text+0x7d):/usr/src/mjpegtools-1.9.0/conftest.c:44:
undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:23033: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_FMAX 1
| #define HAVE_FMIN 1
| #define HAVE_LROUND 1
| #define HAVE_GETOPT_LONG 1
| #define RETSIGTYPE void
| #define HAVE_V4L 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23053: result: no
configure:22984: checking for the pthreads library -llthread
configure:23027: gcc -o conftest -g -O2 conftest.c -llthread -lm >&5
/usr/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:23033: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_FMAX 1
| #define HAVE_FMIN 1
| #define HAVE_LROUND 1
| #define HAVE_GETOPT_LONG 1
| #define RETSIGTYPE void
| #define HAVE_V4L 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:23053: result: no
configure:22934: checking whether pthreads work with -pthread
configure:23027: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:23033: $? = 0
configure:23053: result: yes
configure:23073: checking for joinable pthread attribute
configure:23096: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:23102: $? = 0
configure:23170: result: PTHREAD_CREATE_JOINABLE
configure:23177: checking if more special flags are required for pthreads
configure:23184: result: no
configure:23196: checking for cc_r
configure:23224: result: gcc
configure:23265: checking for pthread_attr_getstacksize
configure:23321: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:23327: $? = 0
configure:23344: result: yes
configure:23356: checking for jpeg_start_compress in -ljpeg
configure:23391: gcc -o conftest -g -O2 -pthread conftest.c -ljpeg
-lm >&5
configure:23397: $? = 0
configure:23415: result: yes
configure:23482: checking for pkg-config
configure:23500: found /usr/bin/pkg-config
configure:23512: result: /usr/bin/pkg-config
configure:23541: checking pkg-config is at least version 0.9.0
configure:23544: result: yes
configure:23558: checking for LIBQUICKTIME
configure:23566: $PKG_CONFIG --exists --print-errors "libquicktime > 0.9.7"
Package libquicktime was not found in the pkg-config search path.
Perhaps you should add the directory containing `libquicktime.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libquicktime' found
configure:23569: $? = 1
configure:23584: $PKG_CONFIG --exists --print-errors "libquicktime > 0.9.7"
Package libquicktime was not found in the pkg-config search path.
Perhaps you should add the directory containing `libquicktime.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libquicktime' found
configure:23587: $? = 1
configure:23615: result: no
configure:23646: checking for LIBPNG
configure:23654: $PKG_CONFIG --exists --print-errors "libpng"
configure:23657: $? = 0
configure:23672: $PKG_CONFIG --exists --print-errors "libpng"
configure:23675: $? = 0
configure:23711: result: yes
configure:23802: checking for LIBDV
configure:23810: $PKG_CONFIG --exists --print-errors "libdv >= 0.9"
Package libdv was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdv.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdv' found
configure:23813: $? = 1
configure:23828: $PKG_CONFIG --exists --print-errors "libdv >= 0.9"
Package libdv was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdv.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdv' found
configure:23831: $? = 1
configure:23859: result: no
configure:23878: checking for X
configure:24113: result: libraries /usr/X11R6/lib, headers
/usr/X11R6/include
configure:24135: checking whether -R must be followed by a space
configure:24161: gcc -o conftest -g -O2 -pthread conftest.c -lm
-R/usr/X11R6/lib >&5
gcc: unrecognized option '-R/usr/X11R6/lib'
configure:24167: $? = 0
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_FMAX 1
| #define HAVE_FMIN 1
| #define HAVE_LROUND 1
| #define HAVE_GETOPT_LONG 1
| #define RETSIGTYPE void
| #define HAVE_V4L 1
| #define HAVE_PTHREAD 1
| #define HAVE_PTHREADSTACKSIZE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:24202: gcc -o conftest -g -O2 -pthread conftest.c -lm -R
/usr/X11R6/lib >&5
gcc: unrecognized option '-R'
/usr/X11R6/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:24208: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "mjpegtools"
| #define PACKAGE_TARNAME "mjpegtools"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "mjpegtools 1.9.0"
| #define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
| #define PACKAGE "mjpegtools"
| #define VERSION "1.9.0"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_FMAX 1
| #define HAVE_FMIN 1
| #define HAVE_LROUND 1
| #define HAVE_GETOPT_LONG 1
| #define RETSIGTYPE void
| #define HAVE_V4L 1
| #define HAVE_PTHREAD 1
| #define HAVE_PTHREADSTACKSIZE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:24221: result: neither works
configure:24274: gcc -o conftest -g -O2 -pthread conftest.c -lm
-L/usr/X11R6/lib -lX11 >&5
configure:24280: $? = 0
configure:24437: checking for gethostbyname
configure:24493: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:24499: $? = 0
configure:24516: result: yes
configure:24661: checking for connect
configure:24717: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:24723: $? = 0
configure:24740: result: yes
configure:24812: checking for remove
configure:24868: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:24874: $? = 0
configure:24891: result: yes
configure:24963: checking for shmat
configure:25019: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:25025: $? = 0
configure:25042: result: yes
configure:25123: checking for IceConnectionNumber in -lICE
configure:25158: gcc -o conftest -g -O2 -pthread -L/usr/X11R6/lib
conftest.c -lICE -lm >&5
configure:25164: $? = 0
configure:25182: result: yes
configure:25193: checking for __progname
configure:25220: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:25226: $? = 0
configure:25243: result: yes
configure:25254: checking for XF86DGAQueryExtension in -lXxf86dga
configure:25289: gcc -o conftest -g -O2 -pthread conftest.c
-lXxf86dga -L/usr/X11R6/lib -lSM -lICE -lXext -lX11 -lm >&5
configure:25295: $? = 0
configure:25313: result: yes
configure:25327: checking for GTK
configure:25335: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4.0"
configure:25338: $? = 0
configure:25353: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4.0"
configure:25356: $? = 0
configure:25392: result: yes
configure:25447: checking for sdl-config
configure:25478: result: no
configure:25487: checking for SDL - version >= 1.1.3
configure:25626: result: no
configure:25809: checking Architecture
configure:25813: result: IA32
configure:25866: checking if C compiler accepts inline MMX assembly
configure:25889: gcc -c -g -O2 -pthread conftest.c >&5
configure:25895: $? = 0
configure:25910: result: yes
configure:25997: checking sub-architecture settings
configure:26006: result: -march=athlon-4 -mno-sse2 -mtune=athlon-4
configure:26083: checking what warning flags to pass to the C compiler
configure:26103: result: -Wall -Wunused
configure:26105: result:
configure:26361: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by mjpegtools config.status 1.9.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on andraslinux
config.status:750: creating Makefile
config.status:750: creating debian/Makefile
config.status:750: creating debian/control
config.status:750: creating docs/Makefile
config.status:750: creating lavtools/Makefile
config.status:750: creating yuvcorrect/Makefile
config.status:750: creating yuvdenoise/Makefile
config.status:750: creating yuvdeinterlace/Makefile
config.status:750: creating yuvscaler/Makefile
config.status:750: creating y4munsharp/Makefile
config.status:750: creating y4mutils/Makefile
config.status:750: creating yuvfilters/Makefile
config.status:750: creating mpeg2enc/Makefile
config.status:750: creating aenc/Makefile
config.status:750: creating mplex/Makefile
config.status:750: creating scripts/Makefile
config.status:750: creating utils/Makefile
config.status:750: creating utils/altivec/Makefile
config.status:750: creating utils/mmxsse/Makefile
config.status:750: creating y4mdenoise/Makefile
config.status:750: creating mjpegtools.pc
config.status:750: creating mjpegtools.spec
config.status:750: creating config.h
config.status:1047: executing depfiles commands
configure:27723:
configure:27725: MJPEG tools 1.9.0 build configuration :
configure:27727:
configure:27730: - X86 Optimizations:
configure:27732: - MMX/3DNow!/SSE enabled : true
configure:27742: - arch/cpu compiler flags : -march=athlon-4
-mno-sse2 -mtune=athlon-4
configure:27749: - video4linux recording/playback: true
configure:27751: - software MJPEG playback : false
configure:27753: - Quicktime playback/recording : false
configure:27755: - PNG input support : true
configure:27757: - AVI MJPEG playback/recording : true (always)
configure:27759: - libDV (digital video) support : false
configure:27761: - Gtk+ support for glav : true
configure:27763:
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBDV_CFLAGS_set=
ac_cv_env_LIBDV_CFLAGS_value=
ac_cv_env_LIBDV_LIBS_set=
ac_cv_env_LIBDV_LIBS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBQUICKTIME_CFLAGS_set=
ac_cv_env_LIBQUICKTIME_CFLAGS_value=
ac_cv_env_LIBQUICKTIME_LIBS_set=
ac_cv_env_LIBQUICKTIME_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_connect=yes
ac_cv_func_fmax=yes
ac_cv_func_fmin=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getopt_long=yes
ac_cv_func_lround=yes
ac_cv_func_memalign=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_pthread_attr_getstacksize=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes ac_x_includes='\''/usr/X11R6/include'\''
ac_x_libraries='\''/usr/X11R6/lib'\'''
ac_cv_header_dlfcn_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_videodev_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xxf86dga_XF86DGAQueryExtension=yes
ac_cv_lib_jpeg_jpeg_start_compress=yes
ac_cv_lib_m_sin=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SDL_CONFIG=no
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_PTHREAD_CC=gcc
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=g77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_target=i686-pc-linux-gnu
ac_cv_type_signal=void
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)
$/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^
]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern
int \1;/p'\'''
lt_cv_sys_max_cmd_len=98304
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][
]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^
]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^
]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .*
\\(.*\\)\$/extern int \\1;/p'\''"'
mjt_cv_extern___progname=yes
pkg_cv_GTK_CFLAGS='-DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include '
pkg_cv_GTK_LIBS='-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 '
pkg_cv_LIBPNG_CFLAGS='-I/usr/include/libpng12 '
pkg_cv_LIBPNG_LIBS='-lpng12 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /usr/src/mjpegtools-1.9.0/missing --run aclocal-1.10'
ALTIVEC_EXTRA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/mjpegtools-1.9.0/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /usr/src/mjpegtools-1.9.0/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/mjpegtools-1.9.0/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/src/mjpegtools-1.9.0/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-march=athlon-4 -mno-sse2 -mtune=athlon-4 -g -O2 -pthread -Wall
-Wunused'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-march=athlon-4 -mno-sse2 -mtune=athlon-4 -g -O2 -pthread '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTRA_LDFLAGS=''
F77='g77'
FFLAGS='-g -O2'
GREP='/bin/grep'
GTK_CFLAGS='-DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include '
GTK_LIBS='-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 '
HAVE_ALTIVEC_FALSE=''
HAVE_ALTIVEC_TRUE='#'
HAVE_ASM_MMX_FALSE='#'
HAVE_ASM_MMX_TRUE=''
HAVE_GTK_FALSE='#'
HAVE_GTK_TRUE=''
HAVE_LIBPNG_FALSE='#'
HAVE_LIBPNG_TRUE=''
HAVE_LIBQUICKTIME_FALSE=''
HAVE_LIBQUICKTIME_TRUE='#'
HAVE_PPCCPU_FALSE=''
HAVE_PPCCPU_TRUE='#'
HAVE_SDL_FALSE=''
HAVE_SDL_TRUE='#'
HAVE_V4L_FALSE='#'
HAVE_V4L_OR_SDL_FALSE='#'
HAVE_V4L_OR_SDL_TRUE=''
HAVE_V4L_TRUE=''
HAVE_X86CPU_FALSE='#'
HAVE_X86CPU_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JPEG_CFLAGS=''
JPEG_LIBS='-ljpeg'
LDFLAGS=''
LIBDV_CFLAGS=''
LIBDV_LIBS=''
LIBGETOPT_LIB=''
LIBM_LIBS='-lm '
LIBOBJS=''
LIBPNG_CFLAGS='-I/usr/include/libpng12 '
LIBPNG_LIBS='-lpng12 '
LIBQUICKTIME_CFLAGS=''
LIBQUICKTIME_LIBS=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='0'
LT_CURRENT='0'
LT_RELEASE='1.9'
LT_REVISION='0'
LT_STATIC=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/src/mjpegtools-1.9.0/missing --run makeinfo'
OBJEXT='o'
PACKAGE='mjpegtools'
PACKAGE_BUGREPORT='mjpeg-develo...@lists.sourceforge.net'
PACKAGE_NAME='mjpegtools'
PACKAGE_STRING='mjpegtools 1.9.0'
PACKAGE_TARNAME='mjpegtools'
PACKAGE_VERSION='1.9.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PROGRAM_NOPIC='-fno-PIC'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
SDL_CFLAGS=''
SDL_CONFIG='no'
SDL_LIBS=''
SDLgfx_LIBS=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
V4LCONF_LIBS=' -L/usr/X11R6/lib -lXxf86dga'
VERSION='1.9.0'
XMKMF=''
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
acx_pthread_config=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /usr/src/mjpegtools-1.9.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "mjpegtools"
#define PACKAGE_TARNAME "mjpegtools"
#define PACKAGE_VERSION "1.9.0"
#define PACKAGE_STRING "mjpegtools 1.9.0"
#define PACKAGE_BUGREPORT "mjpeg-develo...@lists.sourceforge.net"
#define PACKAGE "mjpegtools"
#define VERSION "1.9.0"
#define _GNU_SOURCE 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define _FILE_OFFSET_BITS 64
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_GETOPT_H 1
#define HAVE_MALLOC_H 1
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_LIBM 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_MEMALIGN 1
#define HAVE_FMAX 1
#define HAVE_FMIN 1
#define HAVE_LROUND 1
#define HAVE_GETOPT_LONG 1
#define RETSIGTYPE void
#define HAVE_V4L 1
#define HAVE_PTHREAD 1
#define HAVE_PTHREADSTACKSIZE 1
#define HAVE___PROGNAME 1
#define HAVE_LIBXXF86DGA 1
#define HAVE_X86CPU 1
#define HAVE_ASM_MMX 1
#define MJPEGTOOLS 1
configure: exit 0
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users