[xiph-commits] r18226 - trunk/spectrum

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Apr 11 13:32:02 PDT 2012


Author: xiphmont
Date: 2012-04-11 13:32:02 -0700 (Wed, 11 Apr 2012)
New Revision: 18226

Modified:
   trunk/spectrum/Makefile
Log:
We need deprecated Pixbuf support until such time as we convert this 
ancient code to Cairo.



Modified: trunk/spectrum/Makefile
===================================================================
--- trunk/spectrum/Makefile	2012-04-11 20:22:21 UTC (rev 18225)
+++ trunk/spectrum/Makefile	2012-04-11 20:32:02 UTC (rev 18226)
@@ -27,7 +27,7 @@
 
 SRC = main.c process.c panel.c plot.c
 OBJ = main.o process.o panel.o plot.o
-GCF = -DETCDIR=\\\"$(ETCDIR)\\\" `pkg-config --cflags gtk+-2.0` -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
+GCF = -DETCDIR=\\\"$(ETCDIR)\\\" `pkg-config --cflags gtk+-2.0`
 
 all:	
 	$(MAKE) target CFLAGS="-O3 -ffast-math -fomit-frame-pointer $(GCF) $(ADD_DEF)"



More information about the commits mailing list