Commit f357e9ab authored by alex's avatar alex

compile rawvideo decoder on request

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8767 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5b65056f
......@@ -212,6 +212,7 @@ AVCodec rawvideo_encoder = {
};
#endif // CONFIG_RAWVIDEO_ENCODER
#ifdef CONFIG_RAWVIDEO_DECODER
AVCodec rawvideo_decoder = {
"rawvideo",
CODEC_TYPE_VIDEO,
......@@ -222,3 +223,4 @@ AVCodec rawvideo_decoder = {
raw_close_decoder,
raw_decode,
};
#endif // CONFIG_RAWVIDEO_DECODER
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment