diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2015-03-20 13:35:19 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-20 14:02:00 +0100 |
| commit | 76c02c6b46950fa475b925e1b5eda3c43ee69aaa (patch) | |
| tree | 382144fc90b0d2721e8a565925e8e968df3a2710 /package/x264 | |
| parent | 8d00fe45aa48047eff365a1863917b2a48607245 (diff) | |
| download | buildroot-76c02c6b46950fa475b925e1b5eda3c43ee69aaa.tar.gz buildroot-76c02c6b46950fa475b925e1b5eda3c43ee69aaa.zip | |
package: normalize separator size to 80
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/x264')
| -rw-r--r-- | package/x264/x264.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/x264/x264.mk b/package/x264/x264.mk index 1e198bc640..9968fbecad 100644 --- a/package/x264/x264.mk +++ b/package/x264/x264.mk @@ -1,8 +1,8 @@ -############################################################### +################################################################################ # # x264 # -############################################################### +################################################################################ X264_VERSION = 20140930-2245-stable X264_SOURCE = x264-snapshot-$(X264_VERSION).tar.bz2 |

