diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-25 10:48:27 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-12-22 21:18:52 (GMT) |
commit | e7b9a210560fe05b44c33b3624617b2d581281e7 (patch) | |
tree | a46da57a533f5f3033a39380b5ee3921bcf4969b /src/x264.mk | |
parent | c0c8d47d6a723d38d524f729b55522935b91e4d2 (diff) | |
download | mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.zip mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.tar.gz mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.tar.bz2 |
native pkgs: use explicit cross-target deps and remove empty rules
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' | \ |