Mercurial > libavcodec.hg
changeset 4872:334a964f6fc1 libavcodec
compile rawvideo decoder on request
author | alex |
---|---|
date | Sat, 21 Apr 2007 00:47:55 +0000 |
parents | 36c3e5333a44 |
children | 6a1e340119df |
files | raw.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/raw.c Sat Apr 21 00:36:53 2007 +0000 +++ b/raw.c Sat Apr 21 00:47:55 2007 +0000 @@ -212,6 +212,7 @@ }; #endif // CONFIG_RAWVIDEO_ENCODER +#ifdef CONFIG_RAWVIDEO_DECODER AVCodec rawvideo_decoder = { "rawvideo", CODEC_TYPE_VIDEO, @@ -222,3 +223,4 @@ raw_close_decoder, raw_decode, }; +#endif // CONFIG_RAWVIDEO_DECODER