]> git.pld-linux.org Git - packages/mythplugins.git/blame - mythplugins-mytharchive-INT64.patch
- missing mythweb files packaged
[packages/mythplugins.git] / mythplugins-mytharchive-INT64.patch
CommitLineData
528cece9 1diff -urN mythplugins-0.22.orig/mytharchive/mytharchivehelper/main.cpp mythplugins-0.22/mytharchive/mytharchivehelper/main.cpp
2--- mythplugins-0.22.orig/mytharchive/mytharchivehelper/main.cpp 2009-02-12 13:53:35.000000000 +0100
3+++ mythplugins-0.22/mytharchive/mytharchivehelper/main.cpp 2009-02-12 18:00:33.000000000 +0100
4@@ -39,6 +39,10 @@
5 // mytharchive headers
6 #include "../mytharchive/archiveutil.h"
7
8+#ifndef INT64_C // Used in ffmpeg headers to define some constants
9+#define INT64_C(v) (v ## LL)
10+#endif
11+
12 class NativeArchive
13 {
14 public:
This page took 0.051773 seconds and 4 git commands to generate.