On Tuesday 09 January 2007 13:44, Jean-Luc Coulon (f5ibh) wrote:
> (Forwarded with the correct identity, sorry)
>
> Le 09.01.2007 13:43:15, Jean-Luc Coulon (f5ibh) a écrit :
> Hi,
>
> guicast/vframe.h has the following include statement:
> #include "colormodels.h"
>
> But colormodels.h is not located in the guicast directory but in the
> quicktime directory.
>
> So the statement should be:
> #include "../quicktime/colormodels.h"

There is this in guicast/Makefile.am:

INCLUDES = -I$(top_srcdir)/quicktime

Hence, the extra path parts in #include are not necessary, and I don't see why 
the current state would fail to compile.

-- Hannes

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to