mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Updated libvdpau to 1.2.
This commit is contained in:
parent
e880c14d61
commit
9799afa064
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue