Skip to content

Commit

Permalink
VDPAU source not building. Temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Nov 27, 2015
1 parent 92b983e commit 91648c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion desktop.sh
Expand Up @@ -95,7 +95,9 @@ if [[ $LINUXCONFIG == *sun* && $BRANCH != "next" ]]; then

# compile video acceleration
# A
git clone https://github.com/linux-sunxi/libvdpau-sunxi.git $DEST/cache/sdcard/tmp/libvdpau-sunxi
git clone https://github.com/linux-sunxi/libvdpau-sunxi.git $DEST/cache/sdcard/tmp/libvdpau-sunxi
# temporaly fix
chroot $DEST/cache/sdcard /bin/bash -c "git checkout 906c36ed45ceb53fecd5fc72e821c11849eeb1a3"
chroot $DEST/cache/sdcard /bin/bash -c "cd /tmp/libvdpau-sunxi && make"
d=$DEST/cache/sdcard/usr/lib/vdpau
test -d "$d" || mkdir -p "$d" && cp $DEST/cache/sdcard/tmp/libvdpau-sunxi/libvdpau_sunxi.so.1 "$d"
Expand Down

0 comments on commit 91648c4

Please sign in to comment.