]> git.pld-linux.org Git - packages/mythplugins.git/blame - mythplugins-mytharchive-INT64.patch
- fix shebangs and files, rel 11
[packages/mythplugins.git] / mythplugins-mytharchive-INT64.patch
CommitLineData
fc302853
JR
1diff -urNp -x '*.orig' mythplugins-0.26.1.org/mytharchive/mytharchivehelper/main.cpp mythplugins-0.26.1/mytharchive/mytharchivehelper/main.cpp
2--- mythplugins-0.26.1.org/mytharchive/mytharchivehelper/main.cpp 2013-08-15 16:44:02.000000000 +0200
3+++ mythplugins-0.26.1/mytharchive/mytharchivehelper/main.cpp 2021-09-26 12:20:08.236252907 +0200
4@@ -103,6 +103,10 @@ namespace
5 };
6 }
528cece9 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.052937 seconds and 4 git commands to generate.