changeset 4342:26780fdda85a libavcodec

Unconditionally enable Theora decoder. It works fine now and there is no Theora support through libtheora in FFmpeg.
author diego
date Wed, 10 Jan 2007 14:19:33 +0000
parents 5053e6b3ea45
children d9a61f401c11
files vp3.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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