gst-ffmpeg: add missing dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32378 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-14 23:07:24 +00:00
parent 1f44e65478
commit bd0679cca7

View File

@ -107,7 +107,7 @@ define Package/gst-ffmpeg
TITLE:=GStreamer ffmpeg bindings
URL:=http://www.gstreamer.net/modules/gst-ffmpeg.html
MAINTAINER:=Okkel Klaver <info@vanhetland.nl>
DEPENDS:= +libgstreamer +gst-mod-alsa +libbz2
DEPENDS:= +libgstreamer +gst-mod-alsa +libbz2 +libgstaudio
endef
define Package/gst-ffmpeg/description