diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-04-27 12:49:03 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-27 22:16:34 +0200 |
commit | 7d8cae4dbec5d9ab717bb628dae72f725fcd087c (patch) | |
tree | 1c1d39f8310e64c5ed0ce6b973ced1bb71f1f0f6 | |
parent | 1e728d283e15a03cc551b4f825c163c827dca23c (diff) | |
download | buildroot-7d8cae4dbec5d9ab717bb628dae72f725fcd087c.tar.gz buildroot-7d8cae4dbec5d9ab717bb628dae72f725fcd087c.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 cf5e385345..6055a8a6ec 100644 --- a/package/x264/x264.mk +++ b/package/x264/x264.mk @@ -4,7 +4,7 @@ # ################################################################################ -X264_VERSION = a01e33913655f983df7a4d64b0a4178abb1eb618 +X264_VERSION = 3b70645597bea052d2398005bc723212aeea6875 X264_SITE = git://git.videolan.org/x264.git X264_LICENSE = GPLv2+ X264_DEPENDENCIES = host-pkgconf |