Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-08-18 00:05:34 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2015-08-18 22:57:20 +0300
commita383f226f02b969b72d6b286af21d0fcd38ca98a (patch)
tree1cbe87a4493144138d0a37d098e99685506c59b2 /libavcodec/mpeg4videodec.c
parent030b5a4f777b59066f1766030db082a53682994d (diff)
lavc: move vdpau decoders under FF_API_VDPAU.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec/mpeg4videodec.c')
-rw-r--r--libavcodec/mpeg4videodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c
index 3cb0c38da1..f15747f6ab 100644
--- a/libavcodec/mpeg4videodec.c
+++ b/libavcodec/mpeg4videodec.c
@@ -2789,7 +2789,7 @@ AVCodec ff_mpeg4_decoder = {
};
-#if CONFIG_MPEG4_VDPAU_DECODER
+#if CONFIG_MPEG4_VDPAU_DECODER && FF_API_VDPAU
static const AVClass mpeg4_vdpau_class = {
"MPEG4 Video VDPAU Decoder",
av_default_item_name,