Bug#336326: libvformat1-dev: vf_iface.h redefines uint32_t from stdint.h

2005-10-29 Thread mathias . palm
Hi, thanks for the report, On Sat, Oct 29, 2005 at 04:25:38PM +0200, Roland Rosenfeld wrote: > > As you can see, the problem is, that stdint.h is included before > vf_iface.h but both of them have a different typedef for uint32_t. > The one in vf_iface.h is guarded: > > #if defined(USE_INTTYPES

Bug#336326: libvformat1-dev: vf_iface.h redefines uint32_t from stdint.h

2005-10-29 Thread Roland Rosenfeld
Package: libvformat1-dev Version: 1.13-3 Severity: normal I tried to use vf_iface.h with autoconf 2.59 like this: $ touch test.c $ echo 'AC_INIT(test.c)' > configure.in $ echo 'AC_CHECK_HEADERS([vf_iface.h])' >> configure.in $ autoconf $ ./configure checking for gcc... gcc checking for C compile