]> git.pld-linux.org Git - packages/mythplugins.git/blob - mythplugins-mytharchive-INT64.patch
- rediff patches
[packages/mythplugins.git] / mythplugins-mytharchive-INT64.patch
1 diff -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  }
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.097293 seconds and 3 git commands to generate.