# HG changeset patch # User diego # Date 1168438773 0 # Node ID 26780fdda85aa4fc6e8a61873022fe7105a1aaac # Parent 5053e6b3ea45a55743f37b43aa47ffcddc25942d Unconditionally enable Theora decoder. It works fine now and there is no Theora support through libtheora in FFmpeg. diff -r 5053e6b3ea45 -r 26780fdda85a vp3.c --- a/vp3.c Sun Jan 07 23:34:01 2007 +0000 +++ b/vp3.c Wed Jan 10 14:19:33 2007 +0000 @@ -2643,7 +2643,6 @@ NULL }; -#ifndef CONFIG_LIBTHEORA AVCodec theora_decoder = { "theora", CODEC_TYPE_VIDEO, @@ -2656,4 +2655,3 @@ 0, NULL }; -#endif