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
2b1194d5
Commit
2b1194d5
authored
Jan 14, 2015
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag 'v0.19.8'
parents
e8debd2e
f33d2fb2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
NEWS
NEWS
+2
-2
build.py
android/build.py
+1
-1
No files found.
NEWS
View file @
2b1194d5
...
@@ -22,7 +22,7 @@ ver 0.20 (not yet released)
...
@@ -22,7 +22,7 @@ ver 0.20 (not yet released)
* write database and state file atomically
* write database and state file atomically
* remove dependency on GLib
* remove dependency on GLib
ver 0.19.8 (
not yet released
)
ver 0.19.8 (
2015/01/14
)
* input
* input
- curl: fix bug after rewinding from end-of-file
- curl: fix bug after rewinding from end-of-file
- mms: reduce delay at the beginning of playback
- mms: reduce delay at the beginning of playback
...
@@ -195,7 +195,7 @@ ver 0.19 (2014/10/10)
...
@@ -195,7 +195,7 @@ ver 0.19 (2014/10/10)
* install systemd unit for socket activation
* install systemd unit for socket activation
* Android port
* Android port
ver 0.18.22 (
not yet released
)
ver 0.18.22 (
2014/01/14
)
* fix clang 3.6 warnings
* fix clang 3.6 warnings
ver 0.18.21 (2014/12/17)
ver 0.18.21 (2014/12/17)
...
...
android/build.py
View file @
2b1194d5
...
@@ -33,7 +33,7 @@ gcc_version = '4.9'
...
@@ -33,7 +33,7 @@ gcc_version = '4.9'
llvm_version
=
'3.5'
llvm_version
=
'3.5'
# the path to the MPD sources
# the path to the MPD sources
mpd_path
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
sys
.
argv
[
0
]))
mpd_path
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
sys
.
argv
[
0
]))
or
'.'
# output directories
# output directories
lib_path
=
os
.
path
.
abspath
(
'lib'
)
lib_path
=
os
.
path
.
abspath
(
'lib'
)
...
...
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