diff options
author | Bernd Kuhls <berndkuhls@hotmail.com> | 2014-01-17 20:08:35 (GMT) |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-17 20:56:59 (GMT) |
commit | 4b959fcb67675b9e0594dc6b12742e119c82c96e (patch) | |
tree | c0836808e3fb6b584cab27fe9ec4d711db6d803b | |
parent | b4ce9a04f05fe6862caaf1f8cbe2cb6f66340bb6 (diff) | |
download | buildroot-4b959fcb67675b9e0594dc6b12742e119c82c96e.tar.gz buildroot-4b959fcb67675b9e0594dc6b12742e119c82c96e.tar.bz2 |
ffmpeg: Bump version to 1.2.5
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/ffmpeg/ffmpeg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk index df8cb66..d800ebe 100644 --- a/package/ffmpeg/ffmpeg.mk +++ b/package/ffmpeg/ffmpeg.mk @@ -4,7 +4,7 @@ # ################################################################################ -FFMPEG_VERSION = 1.2.4 +FFMPEG_VERSION = 1.2.5 FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2 FFMPEG_SITE = http://ffmpeg.org/releases FFMPEG_INSTALL_STAGING = YES |