diff options
author | Benjamin Otte <otte@gnome.org> | 2004-01-30 20:23:23 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-01-30 20:23:23 +0000 |
commit | 91f4fb8d2058f18e6daa1985c93c1cfa8af7c372 (patch) | |
tree | a008fe768f477a1277880ccdaf5f2abbc1337884 /ChangeLog | |
parent | 200b49318f771cf65ab6f759b7b06c1a97f84d41 (diff) |
configure.ac: use AC_C_INLINE
Original commit message from CVS:
2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
* configure.ac:
use AC_C_INLINE
* configure.ac:
* ext/Makefile.am:
* ext/theora/Makefile.am:
* ext/theora/theoradec.c:
add theora video decoder. Does just do simple decoding for now and
has been tested against Theora cvs only.
* ext/vorbis/vorbisdec.c: (vorbis_dec_event):
always reset packetno on DISCONT
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * configure.ac: + use AC_C_INLINE + * configure.ac: + * ext/Makefile.am: + * ext/theora/Makefile.am: + * ext/theora/theoradec.c: + add theora video decoder. Does just do simple decoding for now and + has been tested against Theora cvs only. + * ext/vorbis/vorbisdec.c: (vorbis_dec_event): + always reset packetno on DISCONT + 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead): |