diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-06 15:04:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-06 15:04:30 +0200 |
commit | 48f0e5e16de67b3870e5f3f05956978f925c2efe (patch) | |
tree | e607d11058262fc026027383676d540d123e1e9e /package/libx264 | |
parent | ec536020e947297f6fda099fe1d27bbf93fda528 (diff) |
change git urls to http(s) for a better experience for people with a corporate proxy, suggested by Alexey Brodkin
Diffstat (limited to 'package/libx264')
-rw-r--r-- | package/libx264/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile index 6d69de0c5..9da72b8f1 100644 --- a/package/libx264/Makefile +++ b/package/libx264/Makefile @@ -10,7 +10,7 @@ PKG_GIT:= hash PKG_DESCR:= h264 encoding library PKG_SECTION:= libs/video PKG_URL:= http://www.videolan.org/developers/x264.html -PKG_SITES:= git://git.videolan.org/x264.git +PKG_SITES:= http://git.videolan.org/git/x264.git PKG_OPTS:= dev PKG_BUILDDEP_IBM_X40:= yasm-host |