summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-11-27 03:29:53 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2013-11-29 22:30:34 (GMT)
commitc5c5f658b62385ca9fd023c671473184f78e5b94 (patch)
tree49f5bcc176e707aa8bf22d733d47b7c7e9acca7e
parenta6c4d0b7c953d6798ce468b1756bee52c4551b08 (diff)
downloadmxe-c5c5f658b62385ca9fd023c671473184f78e5b94.zip
mxe-c5c5f658b62385ca9fd023c671473184f78e5b94.tar.gz
mxe-c5c5f658b62385ca9fd023c671473184f78e5b94.tar.bz2
ffmpeg: grep 1.2.* releases in update macro
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/ffmpeg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 5839499..4a49bab 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -14,6 +14,7 @@ $(PKG)_DEPS := gcc bzip2 lame libass libnut libvpx opencore-amr opus sdl spe
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.ffmpeg.org/download.html' | \
$(SED) -n 's,.*ffmpeg-\([0-9][^>]*\)\.tar.*,\1,p' | \
+ grep 1.2.* | sort -Vr | \
head -1
endef