ffmpeg: depends on yasm

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-06 02:01:47 +02:00
parent 2ed359eba1
commit 43ac9cd9ea

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://ffmpeg.org"
PKG_URL="http://ffmpeg.org/releases/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="zlib bzip2 libvorbis"
PKG_BUILD_DEPENDS="toolchain zlib bzip2 libvorbis"
PKG_DEPENDS="yasm zlib bzip2 libvorbis"
PKG_BUILD_DEPENDS="toolchain yasm zlib bzip2 libvorbis"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video."