summaryrefslogtreecommitdiff
path: root/multimedia/xine/files/extra-patch-src:xitk:common.h-1
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-05-12 16:53:03 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-05-12 16:53:03 +0000
commit2e48bbadd3b6f7a348e456fcf1f50b432e075fa9 (patch)
tree02297fb6f51fb8fc0a20505758ead308a1eca4d0 /multimedia/xine/files/extra-patch-src:xitk:common.h-1
parentUpdate to 1-rc4. (diff)
Update to 0.99.1.
Diffstat (limited to 'multimedia/xine/files/extra-patch-src:xitk:common.h-1')
-rw-r--r--multimedia/xine/files/extra-patch-src:xitk:common.h-115
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/xine/files/extra-patch-src:xitk:common.h-1 b/multimedia/xine/files/extra-patch-src:xitk:common.h-1
new file mode 100644
index 000000000000..1b56caf35979
--- /dev/null
+++ b/multimedia/xine/files/extra-patch-src:xitk:common.h-1
@@ -0,0 +1,15 @@
+--- src/xitk/common.h.orig Fri Apr 16 04:20:51 2004
++++ src/xitk/common.h Wed May 12 23:17:59 2004
+@@ -114,6 +114,12 @@
+ #define PLAYLIST_CONTROL_STOP 0x00000001 /* Don't start next entry in playlist */
+ #define PLAYLIST_CONTROL_IGNORE 0x00000002 /* Ignore some playlist adding action */
+
++#if defined(__alpha__) || defined(__amd64__) || defined(__ia64__) || defined(__sparc64__)
++#define PRIi64 "li"
++#else if defined(__i386__) || defined(__powerpc__)
++#define PRIi64 "lli"
++#endif
++
+ #define SAFE_FREE(x) do { \
+ if((x)) { \
+ free((x)); \