configure.ac: use AC_C_INLINE
authorBenjamin Otte <otte@gnome.org>
Fri, 30 Jan 2004 20:23:24 +0000 (20:23 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 30 Jan 2004 20:23:24 +0000 (20:23 +0000)
commitebed8d8724839a3b2e056a620f241fec6b71ce94
tree3fd6a3bf5aba74d81495c4bfb3dc5574ad6c2a40
parent184abd52fe9caa80b0d440d9b0198e40e64dafbc
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
ChangeLog
common
configure.ac
ext/Makefile.am
ext/theora/Makefile.am [new file with mode: 0644]
ext/theora/theoradec.c [new file with mode: 0644]
ext/vorbis/vorbisdec.c