Package: libvdpau / 1.1.1-1~bpo8+1

Metadata

Package Version Patches format
libvdpau 1.1.1-1~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
link with libx11.patch | (download)

src/Makefile.am | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 link libvdpao with libx11 since it uses symbols from it
simplify dlopen path length error handling.patch | (download)

src/vdpau_wrapper.c | 19 8 + 11 - 0 !
1 file changed, 8 insertions(+), 11 deletions(-)

 simplify path overflow error handling
 "path too long" is not a fatal error, there may be other search paths
 that don't overflow, so try them as well


vdpau module searchpath.patch | (download)

src/vdpau_wrapper.c | 14 12 + 2 - 0 !
1 file changed, 12 insertions(+), 2 deletions(-)

 search the vdpau module in multiple directories
 start searching the vdpau module in ${ORIGIN}/vdpau, then the MODULEDIR and
 finally fall back to /usr/lib/vdpau


doxygen no timestamps.patch | (download)

doc/Doxyfile | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable timestamps in documentation for reproducible builds