Updated libvdpau to 1.2.

This commit is contained in:
23rd 2019-03-05 21:38:03 +03:00 committed by John Preston
parent e880c14d61
commit 9799afa064
3 changed files with 3 additions and 0 deletions

View File

@ -314,6 +314,7 @@ buildVdpau() {
git clone git://anongit.freedesktop.org/vdpau/libvdpau
cd "$EXTERNAL/libvdpau"
git checkout libvdpau-1.2
./autogen.sh --prefix=$VDPAU_PATH --enable-static
make $MAKE_ARGS
sudo make install

View File

@ -64,6 +64,7 @@ Go to ***BuildPath*** and run
git clone git://anongit.freedesktop.org/vdpau/libvdpau
cd libvdpau
git checkout libvdpau-1.2
./autogen.sh --enable-static
make $MAKE_THREADS_CNT
sudo make install

View File

@ -176,6 +176,7 @@ parts:
libvdpau:
source: git://anongit.freedesktop.org/vdpau/libvdpau
source-depth: 1
source-branch: libvdpau-1.2
plugin: autotools
build-packages:
- libx11-dev