[Mplayer-cvslog] CVS: main/Gui events.c,1.2,1.3 Makefile,1.1,1.2

Zoltan Ponekker pontscho at mplayer.dev.hu
Sun Sep 2 19:59:57 CEST 2001


Update of /cvsroot/mplayer/main/Gui
In directory mplayer:/var/tmp.root/cvs-serv17072

Modified Files:
	events.c Makefile 
Log Message:
gcc 3 error fix

Index: events.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/events.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- events.c	1 Sep 2001 17:53:01 -0000	1.2
+++ events.c	2 Sep 2001 17:59:54 -0000	1.3
@@ -44,4 +44,4 @@
   { evHelp,		 "evHelp"	       }	
  };
 
-const int evBoxs = sizeof( evNames ) / sizeof( evName );
+int evBoxs = sizeof( evNames ) / sizeof( evName );

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	25 Aug 2001 21:04:26 -0000	1.1
+++ Makefile	2 Sep 2001 17:59:54 -0000	1.2
@@ -11,7 +11,7 @@
 INCDIR  = -I. -I./event -I./wm -I./skin $(GTKINC)
 
 OPTIMIZE =  $(OPTFLAGS) -fomit-frame-pointer \
-            -fexpensive-optimizations -malign-double -fschedule-insns2 -mwide-multiply -Wall
+            -fexpensive-optimizations -malign-double -fschedule-insns2 -Wall
 
 CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG) 
 




More information about the MPlayer-cvslog mailing list