[GRASS5] Re: NVIZ movie encoding
Glynn Clements
glynn at gclements.plus.com
Sun Jan 22 03:59:18 EST 2006
Hamish wrote:
> ./configure needed to use:
> --with-ffmpeg --with-ffmpeg-includes=/usr/include/ffmpeg
>
> "/usr/include/ffmpeg" seems pretty generic, shouldn't the #include line be
> #include <ffmpeg/avcodec.h> instead of #include <avcodec.h> ?
No, because headers don't include each other that way (e.g. avcodec.h
does #include "avutil.h"), so /usr/include/ffmpeg has to be in the
include path.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list