summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0003-ripstream-fix-compilation.patch
diff options
context:
space:
mode:
authorDave Cobbley <david.j.cobbley@linux.intel.com>2018-08-14 10:05:37 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-22 21:26:31 -0400
commiteb8dc40360f0cfef56fb6947cc817a547d6d9bc6 (patch)
treede291a73dc37168da6370e2cf16c347d1eba9df8 /import-layers/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0003-ripstream-fix-compilation.patch
parent9c3cf826d853102535ead04cebc2d6023eff3032 (diff)
downloadtalos-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.tar.gz
talos-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.zip
[Subtree] Removing import-layers directory
As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'import-layers/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0003-ripstream-fix-compilation.patch')
-rw-r--r--import-layers/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0003-ripstream-fix-compilation.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/import-layers/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0003-ripstream-fix-compilation.patch b/import-layers/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0003-ripstream-fix-compilation.patch
deleted file mode 100644
index 065254ec8..000000000
--- a/import-layers/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0003-ripstream-fix-compilation.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 6d59b60ff5108357ad2c2951a97112e713ee5368 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net>
-Date: Thu, 3 Nov 2016 20:53:32 +0000
-Subject: [PATCH 3/3] ripstream: fix compilation
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-| ../../streamripper-1.64.6/lib/ripstream.c: In function 'write_id3v2_frame':
-| ../../streamripper-1.64.6/lib/ripstream.c:717:5: error: unknown type name '__uint32_t'
-| __uint32_t framesize = 0;
-| ^~~~~~~~~~
-
-The already included srtypes.h does the right thing for all
-platforms (I think). It certainly works well here.
-
-Upstream-Status: Inappropriate [no upstream activity for 7+ years]
-Signed-off-by: André Draszik <git@andred.net>
----
- lib/ripstream.c | 6 +-----
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/lib/ripstream.c b/lib/ripstream.c
-index c671e18..7f311c6 100644
---- a/lib/ripstream.c
-+++ b/lib/ripstream.c
-@@ -713,11 +713,7 @@ write_id3v2_frame(RIP_MANAGER_INFO* rmi, char* tag_name, mchar* data,
- int rc;
- char bigbuf[HEADER_SIZE] = "";
- ID3V2frame id3v2frame;
--#ifndef WIN32
-- __uint32_t framesize = 0;
--#else
-- unsigned long int framesize = 0;
--#endif
-+ uint32_t framesize = 0;
-
- memset(&id3v2frame, '\000', sizeof(id3v2frame));
- strncpy(id3v2frame.id, tag_name, 4);
---
-2.10.1
-
OpenPOWER on IntegriCloud