gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob ./rules.mk vob/putil/mipzipmaker.py


From: Matti Katila
Subject: [Gzz-commits] libvob ./rules.mk vob/putil/mipzipmaker.py
Date: Tue, 29 Apr 2003 21:00:15 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Matti Katila <address@hidden>   03/04/29 21:00:14

Modified files:
        .              : rules.mk 
        vob/putil      : mipzipmaker.py 

Log message:
        fixes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/rules.mk.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/putil/mipzipmaker.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/rules.mk
diff -u libvob/rules.mk:1.19 libvob/rules.mk:1.20
--- libvob/rules.mk:1.19        Fri Apr 25 08:43:16 2003
+++ libvob/rules.mk     Tue Apr 29 21:00:14 2003
@@ -21,9 +21,9 @@
 
 # OPTIMIZE =  -O3 -ffast-math $(ARCH) -foptimize-sibling-calls
 # Disable ARCH for now, some crashes related to it
-OPTIMIZE =  -O3 -ffast-math -foptimize-sibling-calls
+#OPTIMIZE =  -O3 -ffast-math -foptimize-sibling-calls
 
-# OPTIMIZE = -O0
+OPTIMIZE = -O0
 
 CPPFLAGS = -I../include -I../../libvob-depends -I../../include $(EXTRAINCLUDE) 
-I../../callgl/include -I../../../callgl/include 
-I../../callgl/include/glwrapper -I../../../callgl/include/glwrapper 
-I../../glmosaictext/include -I../../../glmosaictext/include 
-I/usr/include/freetype2 `gdk-pixbuf-config --cflags`
 CXXFLAGS = -g -Wall $(OPTIMIZE) $(CPPFLAGS) 
Index: libvob/vob/putil/mipzipmaker.py
diff -u libvob/vob/putil/mipzipmaker.py:1.1 libvob/vob/putil/mipzipmaker.py:1.2
--- libvob/vob/putil/mipzipmaker.py:1.1 Tue Apr 29 07:28:52 2003
+++ libvob/vob/putil/mipzipmaker.py     Tue Apr 29 21:00:14 2003
@@ -37,7 +37,7 @@
 from java import io
 import java
 import vob
-import vob.util.dbg
+import vob.putil.dbg
 import jarray
 
 prop = System.getProperties()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]