]> git.pld-linux.org Git - packages/mythplugins.git/blob - mythplugins-mytharchive-INT64.patch
c7628c66fbf564c25a9749f275cb14d7f39b35f2
[packages/mythplugins.git] / mythplugins-mytharchive-INT64.patch
1 diff -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.051946 seconds and 2 git commands to generate.