summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-19 16:33:15 +0200
committerAnton Khirnov <anton@khirnov.net>2016-05-25 14:13:46 +0200
commit8e4445c6bb161457cadaa39af79b6de40a216715 (patch)
treee0c6f71f274512f02e5c4bb38ab2fc4494a3b434 /configure
parenta853a5d294c3847fccc22ba0655335f64f13ce16 (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"