diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-01-31 04:20:13 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-01-31 04:20:13 (GMT) |
commit | 04862bc8d97ac85187eaf1248d9ee8c767050419 (patch) | |
tree | 242ee06ae4e155be76028dca3bee58187e0e0e70 | |
parent | c8326412d3eb607bbce6728be555b6e23011147d (diff) | |
download | mxe-04862bc8d97ac85187eaf1248d9ee8c767050419.zip mxe-04862bc8d97ac85187eaf1248d9ee8c767050419.tar.gz mxe-04862bc8d97ac85187eaf1248d9ee8c767050419.tar.bz2 |
package ffmpeg: fix ignored version
-rw-r--r-- | src/ffmpeg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk index 8b2aa2b..d12fa40 100644 --- a/src/ffmpeg.mk +++ b/src/ffmpeg.mk @@ -2,7 +2,7 @@ # See index.html for further information. PKG := ffmpeg -$(PKG)_IGNORE := 2% +$(PKG)_IGNORE := $(PKG)_VERSION := 2.1.1 $(PKG)_CHECKSUM := e7a5b2d7f702c4e9ca69e23c6d3527f93de0d1bd $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) |