diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-05-19 16:33:15 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-05-26 15:40:33 +0200 |
commit | 38392b2af815898b8716826c4e29d95c04fb2647 (patch) | |
tree | 829105389dc20d73a4ba80225394582dbacda8dd /configure | |
parent | 1c9e8616c535ef496e7ee8a5cbc5e9e972a6977d (diff) | |
download | ffmpeg-38392b2af815898b8716826c4e29d95c04fb2647.tar.gz |
hwcontext_vdpau: implement device creation
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4766,8 +4766,7 @@ enabled vdpau && disable vdpau enabled vdpau && enabled xlib && - check_func_headers "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 -lvdpau && - prepend avconv_libs $($ldflags_filter "-lvdpau") && + check_lib2 "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 -lvdpau && enable vdpau_x11 enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel" |