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
0b93f52b
Commit
0b93f52b
authored
Aug 24, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag 'v0.20.10'
release v0.20.10
parents
aa9c6062
57a71c15
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
NEWS
NEWS
+2
-1
libs.py
python/build/libs.py
+8
-8
Thread.cxx
src/player/Thread.cxx
+1
-1
No files found.
NEWS
View file @
0b93f52b
...
...
@@ -9,13 +9,14 @@ ver 0.21 (not yet released)
* output
- alsa: non-blocking mode
ver 0.20.10 (
not yet released
)
ver 0.20.10 (
2017/08/24
)
* decoder
- ffmpeg: support MusicBrainz ID3v2 tags
* tags
- aiff: fix FORM chunk size endianess (is big-endian)
* mixer
- osx: add a mixer for OSX.
* fix crash when resuming playback before decoder is ready
* fix crash on Windows
ver 0.20.9 (2017/06/04)
...
...
python/build/libs.py
View file @
0b93f52b
...
...
@@ -19,8 +19,8 @@ libvorbis = AutotoolsProject(
)
opus
=
AutotoolsProject
(
'http
://downloads.xiph.org/releases/opus/opus-1.1.4
.tar.gz'
,
'
9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d869
2'
,
'http
s://archive.mozilla.org/pub/opus/opus-1.2.1
.tar.gz'
,
'
cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def7073
2'
,
'lib/libopus.a'
,
[
'--disable-shared'
,
'--enable-static'
],
)
...
...
@@ -69,8 +69,8 @@ liblame = AutotoolsProject(
)
ffmpeg
=
FfmpegProject
(
'http://ffmpeg.org/releases/ffmpeg-3.3.
2
.tar.xz'
,
'
1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785
'
,
'http://ffmpeg.org/releases/ffmpeg-3.3.
3
.tar.xz'
,
'
d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e
'
,
'lib/libavcodec.a'
,
[
'--disable-shared'
,
'--enable-static'
,
...
...
@@ -93,8 +93,8 @@ ffmpeg = FfmpegProject(
)
curl
=
AutotoolsProject
(
'http://curl.haxx.se/download/curl-7.5
4.1.tar.lzma
'
,
'
2b7af34d4900887e0b4e0a9f545b9511ff774d07151ae4976485060d3e1bdb6e
'
,
'http://curl.haxx.se/download/curl-7.5
5.1.tar.xz
'
,
'
3eafca6e84ecb4af5f35795dee84e643d5428287e88c041122bb8dac18676bb7
'
,
'lib/libcurl.a'
,
[
'--disable-shared'
,
'--enable-static'
,
...
...
@@ -114,7 +114,7 @@ curl = AutotoolsProject(
)
boost
=
BoostProject
(
'http://downloads.sourceforge.net/project/boost/boost/1.6
4.0/boost_1_64
_0.tar.bz2'
,
'
7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332
'
,
'http://downloads.sourceforge.net/project/boost/boost/1.6
5.0/boost_1_65
_0.tar.bz2'
,
'
ea26712742e2fb079c2a566a31f3266973b76e38222b9f88b387e3c8b2f9902c
'
,
'include/boost/version.hpp'
,
)
src/player/Thread.cxx
View file @
0b93f52b
...
...
@@ -135,7 +135,7 @@ class Player {
/**
* The current audio format for the audio outputs.
*/
AudioFormat
play_audio_format
;
AudioFormat
play_audio_format
=
AudioFormat
::
Undefined
()
;
/**
* The time stamp of the chunk most recently sent to the
...
...
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