Commit 9f5f8056 authored by diego's avatar diego

Only enable WMV3 decoder when it has been turned on in the build system.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eaac50d0
......@@ -3333,6 +3333,7 @@ AVCodec vc1_decoder = {
.pix_fmts = ff_hwaccel_pixfmt_list_420
};
#if CONFIG_WMV3_DECODER
AVCodec wmv3_decoder = {
"wmv3",
CODEC_TYPE_VIDEO,
......@@ -3347,6 +3348,7 @@ AVCodec wmv3_decoder = {
.long_name = NULL_IF_CONFIG_SMALL("Windows Media Video 9"),
.pix_fmts = ff_hwaccel_pixfmt_list_420
};
#endif
#if CONFIG_WMV3_VDPAU_DECODER
AVCodec wmv3_vdpau_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