gst-libav: add missing nasm dep

found by build-pkg second pass
This commit is contained in:
Tony Theodore 2018-03-05 18:10:14 +11:00
parent 24b34095c5
commit b5b527f782
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 2a56aa5d2d8cd912f2bce17f174713d2c417ca298f1f9c28ee66d4aa1e1d9
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := cc gst-plugins-base
$(PKG)_DEPS := cc gst-plugins-base $(BUILD)~nasm
$(PKG)_UPDATE = $(subst gstreamer/refs,gst-libav/refs,$(gstreamer_UPDATE))