[Mplayer-cvslog] CVS: main/libmpdemux asf_mmst_streaming.c, 1.18, 1.19

Alex Beregszaszi syncmail at mplayerhq.hu
Mon Apr 5 23:31:29 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv9032

Modified Files:
	asf_mmst_streaming.c 
Log Message:
make gcc eating this under hurd

Index: asf_mmst_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_mmst_streaming.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- asf_mmst_streaming.c	28 Mar 2004 14:44:49 -0000	1.18
+++ asf_mmst_streaming.c	5 Apr 2004 21:31:27 -0000	1.19
@@ -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;
 




More information about the MPlayer-cvslog mailing list