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
8b0269c2
Commit
8b0269c2
authored
Apr 24, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v0.20.x'
parents
d68772d4
ac2e4e59
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
libs.py
python/build/libs.py
+6
-6
PcmDecoderPlugin.cxx
src/decoder/plugins/PcmDecoderPlugin.cxx
+1
-1
No files found.
python/build/libs.py
View file @
8b0269c2
...
...
@@ -58,8 +58,8 @@ libmad = AutotoolsProject(
)
ffmpeg
=
FfmpegProject
(
'http://ffmpeg.org/releases/ffmpeg-3.
2.4
.tar.xz'
,
'
6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a
'
,
'http://ffmpeg.org/releases/ffmpeg-3.
3
.tar.xz'
,
'
599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d
'
,
'lib/libavcodec.a'
,
[
'--disable-shared'
,
'--enable-static'
,
...
...
@@ -82,8 +82,8 @@ ffmpeg = FfmpegProject(
)
curl
=
AutotoolsProject
(
'http://curl.haxx.se/download/curl-7.5
2.1
.tar.lzma'
,
'
44286d4b825936e2430fc44ad730ce899afb736a5d328cbb8b5d42462f3f2365
'
,
'http://curl.haxx.se/download/curl-7.5
4.0
.tar.lzma'
,
'
cd6aa6039f13e0b06e0a93e1b93754f6dc07f444812bb6c32be75a8f28c4070a
'
,
'lib/libcurl.a'
,
[
'--disable-shared'
,
'--enable-static'
,
...
...
@@ -103,7 +103,7 @@ curl = AutotoolsProject(
)
boost
=
BoostProject
(
'http://downloads.sourceforge.net/project/boost/boost/1.6
3.0/boost_1_63
_0.tar.bz2'
,
'
beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0
'
,
'http://downloads.sourceforge.net/project/boost/boost/1.6
4.0/boost_1_64
_0.tar.bz2'
,
'
7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332
'
,
'include/boost/version.hpp'
,
)
src/decoder/plugins/PcmDecoderPlugin.cxx
View file @
8b0269c2
...
...
@@ -81,7 +81,7 @@ pcm_stream_decode(DecoderClient &client, InputStream &is)
if
(
is_float
)
audio_format
.
format
=
SampleFormat
::
FLOAT
;
{
if
(
mime
!=
nullptr
)
{
const
auto
mime_parameters
=
ParseMimeTypeParameters
(
mime
);
/* MIME type parameters according to RFC 2586 */
...
...
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