mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-23 08:46:55 +00:00
Updated libvdpau to 1.2.
This commit is contained in:
parent
e880c14d61
commit
9799afa064
@ -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…
Reference in New Issue
Block a user