From 28d6dd44a86af1f1f41becbf0cca954e29949571 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 30 Jan 2004 20:23:23 +0000 Subject: configure.ac: use AC_C_INLINE Original commit message from CVS: 2004-01-30 Benjamin Otte * 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 --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 0e091de5..182ac56a 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -298,6 +298,12 @@ else VORBIS_DIR= endif +if USE_THEORA +THEORA_DIR=theora +else +THEORA_DIR= +endif + if USE_XVID XVID_DIR=xvid else @@ -366,6 +372,7 @@ SUBDIRS=\ $(SPEEX_DIR) \ $(SWFDEC_DIR) \ $(TARKIN_DIR) \ + $(THEORA_DIR) \ $(IVORBIS_DIR) \ $(VORBIS_DIR) \ $(XVID_DIR) @@ -422,5 +429,6 @@ DIST_SUBDIRS=\ speex \ swfdec \ tarkin \ + theora \ vorbis \ xvid -- cgit v1.2.1