|
From: Steven M. S. <sm...@2B...> - 2004-01-03 00:27:05
|
On Fri, 2 Jan 2004 ro...@ub... wrote:
> Decided to try the CVS version. Fetched the mjpeg_play module.
> But ./autogen.sh fails with the error:
>
> [...]
> config.status: creating mjpegtools.spec
> config.status: creating config.h
> config.status: error: cannot find input file: config.h.in
>
> Am I missing something here?
config.h.in should be generated by autoconf.
What version of autoconf/automake is installed on the system?
When I run ./autogen.sh it looks like this:
moe.836-> ./autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
processing .
Running libtoolize...
Running aclocal ...
Running automake --gnu ...
Running autoconf ...
Running ./configure --enable-maintainer-mode --enable-compile-warnings ...
checking build system type... i386-pc-bsdi4.3.1
...
checking x86 sub-architecture settings... -mcpu=i686 -march=i386
checking what warning flags to pass to the C compiler... -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual
-Wmissing-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual
configure: creating ./config.status
config.status: creating Makefile
config.status: creating debian/Makefile
config.status: creating docs/Makefile
config.status: creating lavtools/Makefile
config.status: creating yuvdenoise/Makefile
config.status: creating yuvfilters/Makefile
config.status: creating mpeg2enc/Makefile
config.status: creating aenc/Makefile
config.status: creating mplex/Makefile
config.status: creating scripts/Makefile
config.status: creating utils/Makefile
config.status: creating utils/altivec/Makefile
config.status: creating utils/mmxsse/Makefile
config.status: creating mjpegtools-config
config.status: creating mjpegtools.pc
config.status: creating mjpegtools.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
MJPEG tools 1.6.1.93 build configuration :
- X86 Optimizations:
- MMX/3DNow!/SSE enabled : true
- cmov support enabled : true
****************************************************************************
* NOTE: *
* The resultant binaries will ***NOT*** run on a K6 or Pentium CPU *
****************************************************************************
- video4linux recording/playback: false
- software MJPEG playback : true
- MPEG Z/Alpha : false
- Quicktime playback/recording : true
- PNG input support : true
- AVI MJPEG playback/recording : true (always)
- libDV (digital video) support : true
- libDV PAL YV12 read support : false
- Gtk+ support for glav : true
Now type `make' to compile The Linux Audio Video tools
Steven Schultz
|