summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vp3.c')
-rw-r--r--libavcodec/vp3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index 6a398693ab..f022154079 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