diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-10-29 14:08:59 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-29 15:30:53 +0200 |
commit | dbb5f4a1961f704142b3d9fece1db7caa9b46aff (patch) | |
tree | 89a760c47c2008138a290d3ad2b9898088fc091f | |
parent | 44c908f31b01a66b8e9701abbae4ab6e25e94568 (diff) | |
download | buildroot-dbb5f4a1961f704142b3d9fece1db7caa9b46aff.tar.gz buildroot-dbb5f4a1961f704142b3d9fece1db7caa9b46aff.zip |
package/x264: bump version
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/x264/x264.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x264/x264.mk b/package/x264/x264.mk index 6055a8a6ec..19111f0b5e 100644 --- a/package/x264/x264.mk +++ b/package/x264/x264.mk @@ -4,7 +4,7 @@ # ################################################################################ -X264_VERSION = 3b70645597bea052d2398005bc723212aeea6875 +X264_VERSION = 72d53ab2ac7af24597a824e868f2ef363a22f5d4 X264_SITE = git://git.videolan.org/x264.git X264_LICENSE = GPLv2+ X264_DEPENDENCIES = host-pkgconf |