diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2014-04-22 15:22:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-28 21:21:54 +0200 |
commit | 35177ba77ff60a8b8839783f57e44bcc4214507a (patch) | |
tree | f0fe9c9984933d60e8405c2a5f9f7de68cad13da /configure | |
parent | b2b4afe8115fe3c8b005d663610e5af06f110165 (diff) | |
download | ffmpeg-35177ba77ff60a8b8839783f57e44bcc4214507a.tar.gz |
avconv: add support for DXVA2 decoding
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4146,6 +4146,9 @@ enabled vdpau && enabled xlib && prepend avconv_libs $($ldflags_filter "-lvdpau") && enable vdpau_x11 +enabled dxva2 && + prepend avconv_libs $($ldflags_filter "-lole32") + enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel" # add some useful compiler flags if supported |