ffmpeg: fix depends

This commit is contained in:
Stefan Saraev 2012-06-06 12:20:21 +03:00
parent cbd43e3510
commit 58675a6fd6

View File

@ -34,3 +34,8 @@ PKG_LONGDESC="FFmpeg is a complete, cross-platform solution to record, convert a
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
if [ "$VAAPI" = yes ]; then
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libva"
PKG_DEPENDS="$PKG_DEPENDS libva"
fi