Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
86b7890f
Commit
86b7890f
authored
Jul 16, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v0.20.x'
parents
9c6b52cc
7393e1cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
libs.py
python/build/libs.py
+5
-5
No files found.
python/build/libs.py
View file @
86b7890f
...
...
@@ -341,8 +341,8 @@ ffmpeg = FfmpegProject(
)
curl
=
AutotoolsProject
(
'http://curl.haxx.se/download/curl-7.6
0
.0.tar.xz'
,
'
8736ff8ded89ddf7e926eec7b16f82597d029fc1469f3a551f1fafaac164e6a
0'
,
'http://curl.haxx.se/download/curl-7.6
1
.0.tar.xz'
,
'
ef6e55192d04713673b4409ccbcb4cb6cd723137d6e10ca45b0c593a454e172
0'
,
'lib/libcurl.a'
,
[
'--disable-shared'
,
'--enable-static'
,
...
...
@@ -365,8 +365,8 @@ curl = AutotoolsProject(
)
libnfs
=
AutotoolsProject
(
'https://github.com/sahlberg/libnfs/archive/libnfs-
2
.0.0.tar.gz'
,
'
7ea6cd8fa6c461d01091e584d424d28e137d23ff4b65b95d01a3fd0ef95d120e
'
,
'https://github.com/sahlberg/libnfs/archive/libnfs-
3
.0.0.tar.gz'
,
'
445d92c5fc55e4a5b115e358e60486cf8f87ee50e0103d46a02e7fb4618566a5
'
,
'lib/libnfs.a'
,
[
'--disable-shared'
,
'--enable-static'
,
...
...
@@ -375,7 +375,7 @@ libnfs = AutotoolsProject(
# work around -Wtautological-compare
'--disable-werror'
,
],
base
=
'libnfs-libnfs-
2
.0.0'
,
base
=
'libnfs-libnfs-
3
.0.0'
,
autoreconf
=
True
,
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment