x264: add a dependency on liblsmash

This commit is contained in:
darealshinji 2016-01-23 22:11:48 +01:00 committed by Tony Theodore
parent 00d73f003c
commit 1f7a3cd7ab
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 80a4075ea12a81ec3b6c493e03529c5b7c1afb34c6e91d86bb078bc2ead2c
$(PKG)_SUBDIR := $(PKG)-snapshot-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-snapshot-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://download.videolan.org/pub/videolan/$(PKG)/snapshots/$($(PKG)_FILE)
$(PKG)_DEPS := gcc yasm
$(PKG)_DEPS := gcc yasm liblsmash
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://git.videolan.org/?p=x264.git;a=shortlog' | \