diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-21 17:52:14 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 16:23:41 -0500 |
commit | 93f7e669864bddcdf38103e54db3d87f6c9b1a75 (patch) | |
tree | 910da18139de9935a8e4c58a2fb614bcd2e63137 /libraries/libvdpau/libvdpau.SlackBuild | |
parent | 8dc7eb1c914d5754f0f3ebe5bf617881d251d8e4 (diff) | |
download | slackbuilds-93f7e669864bddcdf38103e54db3d87f6c9b1a75.tar.gz |
libraries/libvdpau: Revert a951d7375f4587879607e5ec6c1beda13478a3d0
This is better not to be included, as nvidia people are
including thingies with the newer releases of their driver
that made this stuff not work anymore.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libvdpau/libvdpau.SlackBuild')
-rw-r--r-- | libraries/libvdpau/libvdpau.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libraries/libvdpau/libvdpau.SlackBuild b/libraries/libvdpau/libvdpau.SlackBuild index 3eca476791..4eb5367f2d 100644 --- a/libraries/libvdpau/libvdpau.SlackBuild +++ b/libraries/libvdpau/libvdpau.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libvdpau VERSION=0.4.1 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -65,10 +65,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# apply a patch from git and another for buggy flash -patch -p1 < $CWD/patches/vdpau_wrapper_c.patch -patch -p1 < $CWD/patches/0001-vdpau_trace-WAR-Flash-quirks.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |