* ./plugins/a52/a52.c: compilation fix. Following C99 we have to include <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when it isn't found.
Showing
Please register or sign in to comment
* ./plugins/a52/a52.c: compilation fix. Following C99 we have to include <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when it isn't found.