diff libmpdemux/asf_mmst_streaming.c @ 12121:6d4212840048

make gcc eating this under hurd
author alex
date Mon, 05 Apr 2004 21:31:27 +0000
parents e200b0e11e9c
children 868376f81c30
line wrap: on
line diff
--- a/libmpdemux/asf_mmst_streaming.c	Mon Apr 05 21:20:19 2004 +0000
+++ b/libmpdemux/asf_mmst_streaming.c	Mon Apr 05 21:31:27 2004 +0000
@@ -297,11 +297,11 @@
 
     i += 8;
 
-    if ( (guid_1 == 0x6cce6200aa00d9a6) && (guid_2 == 0x11cf668e75b22630) ) {
+    if ( (guid_1 == 0x6cce6200aa00d9a6ULL) && (guid_2 == 0x11cf668e75b22630ULL) ) {
       printf ("header object\n");
-    } else if ((guid_1 == 0x6cce6200aa00d9a6) && (guid_2 == 0x11cf668e75b22636)) {
+    } else if ((guid_1 == 0x6cce6200aa00d9a6ULL) && (guid_2 == 0x11cf668e75b22636ULL)) {
       printf ("data object\n");
-    } else if ((guid_1 == 0x6553200cc000e48e) && (guid_2 == 0x11cfa9478cabdca1)) {
+    } else if ((guid_1 == 0x6553200cc000e48eULL) && (guid_2 == 0x11cfa9478cabdca1ULL)) {
 
       packet_length = get_32(header, i+92-24);
 
@@ -309,7 +309,7 @@
 	      packet_length, get_32(header, i+96-24));
 
 
-    } else if ((guid_1 == 0x6553200cc000e68e) && (guid_2 == 0x11cfa9b7b7dc0791)) {
+    } else if ((guid_1 == 0x6553200cc000e68eULL) && (guid_2 == 0x11cfa9b7b7dc0791ULL)) {
 
       int stream_id = header[i+48] | header[i+49] << 8;