Add a patch from the Alpine Linux project to fix a musl build issue with gcc 5: Signed-off-by: Ted Hess <thess@kitschensync.net>
10 lines
286 B
Diff
10 lines
286 B
Diff
--- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx
|
|
+++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx
|
|
@@ -774,6 +774,7 @@ static const char *const ffmpeg_mime_typ
|
|
"audio/qcelp",
|
|
"audio/vorbis",
|
|
"audio/vorbis+ogg",
|
|
+ "audio/wav",
|
|
"audio/x-8svx",
|
|
"audio/x-16sv",
|
|
"audio/x-aac",
|