1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update libvdpau to 0.8

- Fix libva-vdpau-driver build after this update
This commit is contained in:
Guido Falsi 2014-07-03 10:39:44 +00:00
parent 79a3807f33
commit 8bf5075c2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360352
4 changed files with 15 additions and 5 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= libva-vdpau-driver
PORTVERSION= 0.7.4
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/

View File

@ -0,0 +1,11 @@
--- src/vdpau_decode.c.orig 2012-10-05 17:02:58.000000000 +0200
+++ src/vdpau_decode.c 2014-07-02 16:01:49.966248095 +0200
@@ -1289,7 +1289,7 @@
driver_data,
obj_context->vdp_decoder,
obj_surface->vdp_surface,
- (VdpPictureInfo)&obj_context->vdp_picture_info,
+ (VdpPictureInfo *)&obj_context->vdp_picture_info,
obj_context->vdp_bitstream_buffers_count,
obj_context->vdp_bitstream_buffers
);

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libvdpau
PORTVERSION= 0.7
PORTREVISION= 1
PORTVERSION= 0.8
CATEGORIES= multimedia
MASTER_SITES= http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/

View File

@ -1,2 +1,2 @@
SHA256 (libvdpau-0.7.tar.xz) = 74e8ecc18897d1ab8a31e237d2f61953eec3737406b522d77c92c8a2747213b0
SIZE (libvdpau-0.7.tar.xz) = 128116
SHA256 (libvdpau-0.8.tar.xz) = 7e7b5ec6f6cecfe3626f962e25916db147d64f6dae4d93fe0c067699c6215891
SIZE (libvdpau-0.8.tar.xz) = 128324