freebsd-ports/multimedia/vlc/files/theora.c-patch
Dirk Meyer bfaeee781c - use libmad
- 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.
2004-03-03 17:53:47 +00:00

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
*****************************************************************************/