summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-06-22 11:08:22 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-06-22 11:08:22 +0000
commit2a250222e6df9f13f871c934c96da32b4439e7b7 (patch)
tree29bb96f76f201cee1ed658c3654b3016f4946d48 /libavcodec/ffv1.c
parent4fb518c392c0b30b17962e44bf29aa7080ce2b74 (diff)
CONFIG_ENCODERS cleanup
Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ffv1.c')
-rw-r--r--libavcodec/ffv1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index 1b0990b9e1..b68afa6b48 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -905,6 +905,7 @@ AVCodec ffv1_decoder = {
NULL
};
+#ifdef CONFIG_ENCODERS
AVCodec ffv1_encoder = {
"ffv1",
CODEC_TYPE_VIDEO,
@@ -914,3 +915,4 @@ AVCodec ffv1_encoder = {
encode_frame,
encode_end,
};
+#endif