|
From: Dan D. <da...@de...> - 2004-07-14 02:05:49
|
On Sun, 2003-11-23 at 17:38, Avinoam Kalma wrote: > In the next version of libdv (1.00?) please add a checker for > stdint.h. It is not common to all systems (eg SGI does not have it). I have replaced all stdint.h with inttypes.h. According to autoconf info doc "Portability of Headers" topic, this is the way to go. |