vdpau-video: 0.7.2 -> 0.7.3

This commit is contained in:
Danny Rawlins 2011-10-28 01:07:01 +11:00
parent c8dead9e8f
commit e1e962c3ec
3 changed files with 3 additions and 21 deletions

View File

@ -1,2 +1 @@
9be53b93d6f73af9fbc6536819773028 enable-glx.patch
6aac5517fb76a0cd539d0fb77def8b2d vdpau-video-0.7.2.tar.gz
18870e007ecdc50a528861fa55556364 vdpau-video-0.7.3.tar.gz

View File

@ -5,17 +5,13 @@
# Depends on: libva libvdpau
name=vdpau-video
version=0.7.2
version=0.7.3
release=1
source=(http://www.splitted-desktop.com/~gbeauchesne/$name/$name-$version.tar.gz
enable-glx.patch)
source=(http://www.splitted-desktop.com/~gbeauchesne/$name/$name-$version.tar.gz)
build() {
cd $name-$version
patch -p 1 -i $SRC/enable-glx.patch
autoreconf -fi
./configure \
--prefix=/usr \
--enable-glx

View File

@ -1,13 +0,0 @@
diff -Nur vdpau-video-0.7.2.orig/configure.ac vdpau-video-0.7.2/configure.ac
--- vdpau-video-0.7.2.orig/configure.ac 2010-10-08 00:09:53.000000000 -0700
+++ vdpau-video-0.7.2/configure.ac 2010-10-08 11:34:00.536686684 -0700
@@ -203,7 +203,7 @@
# error "VA-API version >= 0.30.0-sds$LIBVA_GLX_SDS_VERSION_0_30 is required"
# endif
#elif VA_MAJOR_VERSION == 0 && VA_MINOR_VERSION == 31
- # if !defined(VA_SDS_VERSION) || (VA_SDS_VERSION < $LIBVA_GLX_SDS_VERSION_0_31)
+ # if !VA_CHECK_VERSION(0,31,0)
# error "VA-API version >= 0.31.0-sds$LIBVA_GLX_SDS_VERSION_0_31 is required"
# endif
#else