From a9621908dce261eb91e1355e7d4bee97e9b65256 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Wed, 10 Jan 2007 14:19:33 +0000
Subject: [PATCH] Unconditionally enable Theora decoder. It works fine now and
 there is no Theora support through libtheora in FFmpeg.

Originally committed as revision 7435 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/vp3.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index 6a398693ab0..f0221540792 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -2643,7 +2643,6 @@ AVCodec vp3_decoder = {
     NULL
 };
 
-#ifndef CONFIG_LIBTHEORA
 AVCodec theora_decoder = {
     "theora",
     CODEC_TYPE_VIDEO,
@@ -2656,4 +2655,3 @@ AVCodec theora_decoder = {
     0,
     NULL
 };
-#endif
-- 
GitLab