diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2013-07-25 22:30:17 +0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-08-05 11:15:49 +0200 |
commit | 578ea75a9e4ac56e0bbbbe668700be756aa699f8 (patch) | |
tree | 107c54d8a5ea874223b79b3368a0967f8bd9ca86 /libavcodec/svq3.c | |
parent | 488a0fa68973d48e264d54f1722f7afb18afbea7 (diff) | |
download | ffmpeg-578ea75a9e4ac56e0bbbbe668700be756aa699f8.tar.gz |
vdpau: remove old-style decoders
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r-- | libavcodec/svq3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 6455821b74..1643f80fdc 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -52,7 +52,6 @@ #include "golomb.h" #include "hpeldsp.h" #include "rectangle.h" -#include "vdpau_internal.h" #if CONFIG_ZLIB #include <zlib.h> |