Skip to content

Commit

Permalink
depends: Do not download libva debs for non-x86
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz committed Mar 23, 2016
1 parent 432346f commit 619bd52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions depends/download_debs_trusty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ download() {
download main/libu/libusb-1.0 1.0.20-1 libusb-1.0-0-dev libusb-1.0-0
download universe/g/glfw3 3.1.2-3 libglfw3-dev libglfw3
download main/o/ocl-icd 2.2.8-1 ocl-icd-libopencl1 ocl-icd-opencl-dev
download universe/libv/libva 1.7.0-1 libva-dev libva-drm1 libva-egl1 libva-glx1 libva-tpi1 libva-wayland1 libva-x11-1 libva1 vainfo
download universe/i/intel-vaapi-driver 1.7.0-1 i965-va-driver
if [ "$ARCH" = amd64 -o "$ARCH" = i386 ]; then
download universe/libv/libva 1.7.0-1 libva-dev libva-drm1 libva-egl1 libva-glx1 libva-tpi1 libva-wayland1 libva-x11-1 libva1 vainfo
download universe/i/intel-vaapi-driver 1.7.0-1 i965-va-driver
fi

0 comments on commit 619bd52

Please sign in to comment.