summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2005-05-11 16:42:15 +0000
committerMåns Rullgård <mans@mansr.com>2005-05-11 16:42:15 +0000
commitaac064b5bdf4fa8d9061086485981624c6ffd75a (patch)
treea3dbfe74ab42b2ff9dd8bdbcb3a4e7e58d7ad5a3 /libavcodec/vp3.c
parent1ed923eab332bf55fd18603ed7b66432142ded67 (diff)
theora decoding using libtheora
Originally committed as revision 4218 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp3.c')
-rw-r--r--libavcodec/vp3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index 659d6913bb..9f9d3ad48a 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -2973,6 +2973,7 @@ AVCodec vp3_decoder = {
NULL
};
+#ifndef CONFIG_LIBTHEORA
AVCodec theora_decoder = {
"theora",
CODEC_TYPE_VIDEO,
@@ -2985,3 +2986,4 @@ AVCodec theora_decoder = {
0,
NULL
};
+#endif