[Mjpeg-users] Obsolete header in lavtool's Makefile.in

2006-03-19 Thread Christian Ebert
Hello *,

With latest CVS compiling failed due to missing lav2wav.h. I
browsed the CVS-logs and from what I understand lav2wav.h has
become obsolete. At least compiling works here on MacOS 10.3.9
with the following diff:

--- lavtools/Makefile.in.orig   2006-02-09 17:14:31.0 +0100
+++ lavtools/Makefile.in2006-03-20 01:06:35.0 +0100
@@ -456,8 +456,7 @@
glav.h \
pipelist.h \
subsample.h \
-   lav_common.h \
-   lav2wav.h
+   lav_common.h
 
 mjpeg_simd_helper_SOURCES = mjpeg_simd_helper.c
 mjpeg_simd_helper_LDADD = $(LIBMJPEGUTILS)


Thanks for the nice tools!

Christian
-- 
_B A U S T E L L E N_ lesen!  --->> 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] Obsolete header in lavtool's Makefile.in

2006-03-19 Thread Steven M. Schultz

On Mon, 20 Mar 2006, Christian Ebert wrote:

> With latest CVS compiling failed due to missing lav2wav.h. I
> browsed the CVS-logs and from what I understand lav2wav.h has
> become obsolete. At least compiling works here on MacOS 10.3.9
> with the following diff:

Uh, you don't patch files generated by automake ;)

> --- lavtools/Makefile.in.orig 2006-02-09 17:14:31.0 +0100
> +++ lavtools/Makefile.in  2006-03-20 01:06:35.0 +0100
> @@ -456,8 +456,7 @@
>   glav.h \
>   pipelist.h \
>   subsample.h \
> - lav_common.h \
> - lav2wav.h
> + lav_common.h

Run ./autogen.sh

That will recreate the Makefile.in from the Makefile.am file - and
the Makefile.am file _has_ been updated and does not contain
lav2wav.h

When ever configure.ac _or_ any of the Makefile.am files is changed
it is necessary to run ./autogen.sh from the top directory of 
mjpegtools.

Cheers,
Steven Schultz



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users