bfaeee781c
- new options: WITH_AUTODETECT WITH_LIBMPEG2 WITH_LIBMATROSKA WITHOUT_LIBID3TAG - clean dependencies from ports/63583 63583 Michael Johnson - install 2 man pages - better gnome support - support for libmatroska - new options: WITH_GNOME WITH_ESOUND WITH_AALIB WITH_CDDB WITH_GGI WITH_LIBTHEORA WITH_LIVEMEDIA WITH_SPEEX WITH_SVGALIB WITH_XOSD WITH_OPTIMIZED_CFLAGS - dropped cause of bad dependency list: WANT_GNOME does not work here linke in mplayer.
11 lines
455 B
Text
11 lines
455 B
Text
--- modules/codec/theora.c.orig Sun Feb 29 22:28:09 2004
|
|
+++ modules/codec/theora.c Sun Feb 29 22:28:23 2004
|
|
@@ -31,7 +31,7 @@
|
|
#include <ogg/ogg.h>
|
|
|
|
#include <theora/theora.h>
|
|
-
|
|
+extern int theora_encode_tables(theora_state *t, ogg_packet *op);
|
|
/*****************************************************************************
|
|
* decoder_sys_t : theora decoder descriptor
|
|
*****************************************************************************/
|