Bug#550679: libmp4ff-dev: standard inclusion of mp4ff.h fails

2009-10-14 Thread Fabian Greffrath
Maybe we should replace #ifdef HAVE_STDINT_H with e.g. #ifdef __unix__ in the exported header. Romain Beauxis schrieb: Package: libmp4ff-dev Version: 2.7-2 Severity: normal Hi ! The simple inclusion of mp4ff.h seems to fail when compiling: mp4ff.h:41:29: error: mp4ff_int_types.h: No

Bug#550679: libmp4ff-dev: standard inclusion of mp4ff.h fails

2009-10-12 Thread Romain Beauxis
Package: libmp4ff-dev Version: 2.7-2 Severity: normal Hi ! The simple inclusion of mp4ff.h seems to fail when compiling: mp4ff.h:41:29: error: mp4ff_int_types.h: No such file or directory This seems to be due to: #ifdef HAVE_STDINT_H #include stdint.h #else #include mp4ff_int_types.h