From 528cece93e9e67cca1bb3af493556420f8f1f3b7 Mon Sep 17 00:00:00 2001 From: "w.kier" Date: Wed, 11 Mar 2009 20:37:09 +0000 Subject: [PATCH] - missing definition in mytharchive source (ffmpeg related) Changed files: mythplugins-mytharchive-INT64.patch -> 1.1 --- mythplugins-mytharchive-INT64.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mythplugins-mytharchive-INT64.patch diff --git a/mythplugins-mytharchive-INT64.patch b/mythplugins-mytharchive-INT64.patch new file mode 100644 index 0000000..c7628c6 --- /dev/null +++ b/mythplugins-mytharchive-INT64.patch @@ -0,0 +1,14 @@ +diff -urN mythplugins-0.22.orig/mytharchive/mytharchivehelper/main.cpp mythplugins-0.22/mytharchive/mytharchivehelper/main.cpp +--- mythplugins-0.22.orig/mytharchive/mytharchivehelper/main.cpp 2009-02-12 13:53:35.000000000 +0100 ++++ mythplugins-0.22/mytharchive/mytharchivehelper/main.cpp 2009-02-12 18:00:33.000000000 +0100 +@@ -39,6 +39,10 @@ + // mytharchive headers + #include "../mytharchive/archiveutil.h" + ++#ifndef INT64_C // Used in ffmpeg headers to define some constants ++#define INT64_C(v) (v ## LL) ++#endif ++ + class NativeArchive + { + public: -- 2.43.0