summaryrefslogtreecommitdiffstats
path: root/package/mpd/mpd-0002-decoder-OpusDecoderPlugin-fix-build-failure-due-to-mis.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-07-30 08:58:36 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-30 18:54:37 +0200
commit9b6af0ed618f97164ff8195f8fa53e52b7866d53 (patch)
treed26a69bc68b9ae986a5686f697469c92547d96c7 /package/mpd/mpd-0002-decoder-OpusDecoderPlugin-fix-build-failure-due-to-mis.patch
parent37c1b750d5f5ebd36d46548ff95eb1087d38e20a (diff)
downloadbuildroot-9b6af0ed618f97164ff8195f8fa53e52b7866d53.tar.gz
buildroot-9b6af0ed618f97164ff8195f8fa53e52b7866d53.zip
mpd: bump to version 0.18.12
Small bugfixes and improvements, and patches upstreamed. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mpd/mpd-0002-decoder-OpusDecoderPlugin-fix-build-failure-due-to-mis.patch')
-rw-r--r--package/mpd/mpd-0002-decoder-OpusDecoderPlugin-fix-build-failure-due-to-mis.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/mpd/mpd-0002-decoder-OpusDecoderPlugin-fix-build-failure-due-to-mis.patch b/package/mpd/mpd-0002-decoder-OpusDecoderPlugin-fix-build-failure-due-to-mis.patch
deleted file mode 100644
index fa68fd81e4..0000000000
--- a/package/mpd/mpd-0002-decoder-OpusDecoderPlugin-fix-build-failure-due-to-mis.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 66f19e78a5b8e7b7aefd807218edafcf55ccee55 Mon Sep 17 00:00:00 2001
-From: Gustavo Zacarias <gustavo@zacarias.com.ar>
-Date: Tue, 8 Jul 2014 10:39:38 -0300
-Subject: [PATCH 2/4] decoder/OpusDecoderPlugin: fix build failure due to
- missing stdio.h include
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
- src/decoder/OpusDecoderPlugin.cxx | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/decoder/OpusDecoderPlugin.cxx b/src/decoder/OpusDecoderPlugin.cxx
-index f3d7b34..01ea368 100644
---- a/src/decoder/OpusDecoderPlugin.cxx
-+++ b/src/decoder/OpusDecoderPlugin.cxx
-@@ -40,6 +40,7 @@
- #include <glib.h>
-
- #include <string.h>
-+#include <stdio.h>
-
- static constexpr opus_int32 opus_sample_rate = 48000;
-
---
-1.8.5.5
-
OpenPOWER on IntegriCloud