diff options
Diffstat (limited to 'src/x264.mk')
-rw-r--r-- | src/x264.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x264.mk b/src/x264.mk index 1b90374..7544845 100644 --- a/src/x264.mk +++ b/src/x264.mk @@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 28cf90f63964e24e65b05084c75d114a997004c8d3f72feae7229da3a0989 $(PKG)_SUBDIR := $(PKG)-snapshot-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-snapshot-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := https://download.videolan.org/pub/videolan/$(PKG)/snapshots/$($(PKG)_FILE) -$(PKG)_DEPS := gcc liblsmash nasm +$(PKG)_DEPS := gcc liblsmash $(BUILD)~nasm define $(PKG)_UPDATE $(WGET) -q -O- 'https://git.videolan.org/?p=x264.git;a=shortlog' | \ |