mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
Update MPD to 0.17.6, refresh patches, add myself as pkg maintainer, pkg update copyright
Add some new options and fix BUILD_NLS (full language support) failures Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
--- a/src/decoder/ffmpeg_decoder_plugin.c
|
||||
+++ b/src/decoder/ffmpeg_decoder_plugin.c
|
||||
@@ -370,6 +370,13 @@
|
||||
#endif
|
||||
return SAMPLE_FORMAT_S32;
|
||||
|
||||
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52, 94, 1)
|
||||
+ case AV_SAMPLE_FMT_FLT:
|
||||
+#else
|
||||
+ case SAMPLE_FMT_FLOAT:
|
||||
+#endif
|
||||
+ return SAMPLE_FORMAT_FLOAT;
|
||||
+
|
||||
default:
|
||||
g_warning("Unsupported libavcodec SampleFormat value: %d",
|
||||
codec_context->sample_fmt);
|
||||
Reference in New Issue
Block a user