diff options
| author | Benjamin Otte <otte@gnome.org> | 2004-02-03 02:40:15 +0000 |
|---|---|---|
| committer | Benjamin Otte <otte@gnome.org> | 2004-02-03 02:40:15 +0000 |
| commit | e79785b0de0b79dd6e99d5fa3e8506a114f1273e (patch) | |
| tree | 88f46657c6ec34a1ebb8a7349aecdfb73ac67ba1 /ChangeLog | |
| parent | 37bc5bf9257df84a02ab88f240418b2234302d6b (diff) | |
co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h.
Original commit message from CVS:
2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
* common/m4/ax_create_stdint_h.m4:
* configure.ac:
add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
_stdint.h.
* Makefile.am:
remove generated _stdint.h in DISTCLEANFILES
* ext/a52dec/gsta52dec.c:
include _stdint.h for a52dec. (should fix #133064)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * common/m4/ax_create_stdint_h.m4: + * configure.ac: + add AX_CREATE_STDINT_H to get correct type definitions for a52dec in + _stdint.h. + * Makefile.am: + remove generated _stdint.h in DISTCLEANFILES + * ext/a52dec/gsta52dec.c: + include _stdint.h for a52dec. (should fix #133064) + 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr> * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add), |
