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:
authorAnton Khirnov <anton@khirnov.net>2016-05-19 17:33:15 +0300
committerAnton Khirnov <anton@khirnov.net>2016-05-26 16:40:33 +0300
commit38392b2af815898b8716826c4e29d95c04fb2647 (patch)
tree829105389dc20d73a4ba80225394582dbacda8dd /configure
parent1c9e8616c535ef496e7ee8a5cbc5e9e972a6977d (diff)
hwcontext_vdpau: implement device creation
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 43c563f16c..261200d511 100755
--- a/configure
+++ b/configure
@@ -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"