mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54:32 +04:00
Rearrange dependencies General cleanup of Makefile Fix compilation and linking problems Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Ted Hess <thess@kitschensync.net>
11 lines
286 B
Diff
11 lines
286 B
Diff
--- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx
|
|
+++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx
|
|
@@ -931,6 +931,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",
|