summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ffmpeg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 989943f..8b2aa2b 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -14,7 +14,7 @@ $(PKG)_DEPS := gcc bzip2 lame libass libvpx opencore-amr opus sdl speex theo
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.ffmpeg.org/download.html' | \
$(SED) -n 's,.*ffmpeg-\([0-9][^>]*\)\.tar.*,\1,p' | \
- grep 1.2.* | \
+ grep 2.* | \
$(SORT) -Vr | \
head -1
endef