]> git.sesse.net Git - vlc/commit
* ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
authorGildas Bazin <gbazin@videolan.org>
Sun, 2 Jun 2002 10:28:48 +0000 (10:28 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 2 Jun 2002 10:28:48 +0000 (10:28 +0000)
commit1de74b8731b3bfbd0c76eb67a7e4348a1fa3087c
tree9f674f91ccff7e72c6fda0df682a90bce6be5c4c
parent211d6badd6e8fccfe412dc68ad8135423efbbe51
* ./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.
plugins/a52/a52.c