diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2013-07-25 22:30:20 +0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-08-05 11:20:41 +0200 |
commit | 2852740e23f91d6775714d7cc29b9a73e1111ce0 (patch) | |
tree | 967ba877c15aac37512765a534895fff99aa97d2 /libavcodec/Makefile | |
parent | 549294fbbe1c00fee37dc4d3f291b98945e11094 (diff) | |
download | ffmpeg-2852740e23f91d6775714d7cc29b9a73e1111ce0.tar.gz |
vdpau: store picture data in picture's rather than codec's context
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d9c6e33005..c58d18a4d7 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -680,7 +680,7 @@ SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_internal.h SKIPHEADERS-$(CONFIG_VDA) += vda.h -SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h +SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h EXAMPLES = api |