From 4c64a8fa7231852a3a6dc41b0d4fe01df29eb928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 11 Sep 2019 07:53:26 +0200 Subject: [PATCH] faac: remove old patch --- media-libs/faac/patches/faac-1.29.patchset | 81 ---------------------- 1 file changed, 81 deletions(-) delete mode 100644 media-libs/faac/patches/faac-1.29.patchset diff --git a/media-libs/faac/patches/faac-1.29.patchset b/media-libs/faac/patches/faac-1.29.patchset deleted file mode 100644 index 480ac544c..000000000 --- a/media-libs/faac/patches/faac-1.29.patchset +++ /dev/null @@ -1,81 +0,0 @@ -From c17c64630783c787faa155b5a266fbf384934c7d Mon Sep 17 00:00:00 2001 -From: Adrien Destugues -Date: Sat, 13 Sep 2014 11:44:11 +0200 -Subject: Strings.h fixes. - - -diff --git a/common/mp4v2/mp4.cpp b/common/mp4v2/mp4.cpp -index 42dc874..a8c9b4f 100644 ---- a/common/mp4v2/mp4.cpp -+++ b/common/mp4v2/mp4.cpp -@@ -37,6 +37,7 @@ - */ - - #include "mp4common.h" -+#include - - #define PRINT_ERROR(e) \ - VERBOSE_ERROR(((MP4File*)hFile)->GetVerbosity(), e->Print()); -diff --git a/common/mp4v2/mp4file.cpp b/common/mp4v2/mp4file.cpp -index aed2963..bfa7b35 100644 ---- a/common/mp4v2/mp4file.cpp -+++ b/common/mp4v2/mp4file.cpp -@@ -29,6 +29,7 @@ - */ - - #include "mp4common.h" -+#include - - MP4File::MP4File(u_int32_t verbosity) - { -diff --git a/common/mp4v2/mp4info.cpp b/common/mp4v2/mp4info.cpp -index c14cbab..06ceb79 100644 ---- a/common/mp4v2/mp4info.cpp -+++ b/common/mp4v2/mp4info.cpp -@@ -26,6 +26,7 @@ - */ - - #include "mp4common.h" -+#include - - static char* PrintAudioInfo( - MP4FileHandle mp4File, -diff --git a/common/mp4v2/mp4meta.cpp b/common/mp4v2/mp4meta.cpp -index 8d4c414..e5f88cf 100644 ---- a/common/mp4v2/mp4meta.cpp -+++ b/common/mp4v2/mp4meta.cpp -@@ -61,6 +61,7 @@ - **/ - - #include "mp4common.h" -+#include - - bool MP4File::GetMetadataByIndex(u_int32_t index, - char** ppName, -diff --git a/common/mp4v2/mp4property.cpp b/common/mp4v2/mp4property.cpp -index a32b415..24958c3 100644 ---- a/common/mp4v2/mp4property.cpp -+++ b/common/mp4v2/mp4property.cpp -@@ -20,6 +20,7 @@ - */ - - #include "mp4common.h" -+#include - - MP4Property::MP4Property(const char* name) - { -diff --git a/common/mp4v2/mp4util.cpp b/common/mp4v2/mp4util.cpp -index 8fddff1..c3bfeed 100644 ---- a/common/mp4v2/mp4util.cpp -+++ b/common/mp4v2/mp4util.cpp -@@ -21,6 +21,7 @@ - */ - - #include "mp4common.h" -+#include - - static lib_message_func_t libfunc = NULL; - extern "C" void MP4SetLibFunc(lib_message_func_t libf) --- -1.8.3.4 -