Hi, Since slackbuilds should be executed in a full slackware environment we could add two lines in the ffmpeg script thanks to two new packages in 14.2: libva: --enable-vaapi \ libvdpau: --enable-vdpau \ Another option would be to make them optional: VAAPI="yes" VDPAU="yes" Brian