SOURCES (DEVEL): mytharchive-INT64.patch (NEW) - missing definition in ffmp...
w.kier
w.kier at pld-linux.org
Wed Mar 11 21:35:18 CET 2009
Author: w.kier Date: Wed Mar 11 20:35:18 2009 GMT
Module: SOURCES Tag: DEVEL
---- Log message:
- missing definition in ffmpeg sources for mytharchive plugin
---- Files affected:
SOURCES:
mytharchive-INT64.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mytharchive-INT64.patch
diff -u /dev/null SOURCES/mytharchive-INT64.patch:1.1.2.1
--- /dev/null Wed Mar 11 21:35:19 2009
+++ SOURCES/mytharchive-INT64.patch Wed Mar 11 21:35:12 2009
@@ -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:
================================================================
More information about the pld-cvs-commit
mailing list