diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-09-22 17:17:16 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-22 19:01:16 +0200 |
| commit | a32b5fdf1f226af1db941c57ba01ff7fa1e1217b (patch) | |
| tree | a798d2455d883cbf41b77cafee36e4dc764cc7fb | |
| parent | 76d5b12e7699f7909fa514d9bd776ad77b2d3b52 (diff) | |
| download | buildroot-a32b5fdf1f226af1db941c57ba01ff7fa1e1217b.tar.gz buildroot-a32b5fdf1f226af1db941c57ba01ff7fa1e1217b.zip | |
package/ffmpeg: Bump version to 2.4.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 e429b35d0e..ae3d4c3695 100644 --- a/package/ffmpeg/ffmpeg.mk +++ b/package/ffmpeg/ffmpeg.mk @@ -4,7 +4,7 @@ # ################################################################################ -FFMPEG_VERSION = 2.4 +FFMPEG_VERSION = 2.4.1 FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2 FFMPEG_SITE = http://ffmpeg.org/releases FFMPEG_INSTALL_STAGING = YES |

