added an explicit GTK_CFLAGS

Original commit message from CVS:
added an explicit GTK_CFLAGS
This commit is contained in:
Erik Walthinsen 2001-03-12 01:33:19 +00:00
parent 88c57bd3f6
commit 6755430611

View file

@ -16,4 +16,4 @@ libgstvideoscaleinclude_HEADERS = gstvideoscale.h
noinst_HEADERS = gstscale_x86.h
#CFLAGS += -S -O1 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math
CFLAGS = $(GLIB_CFLAGS) $(GST_CFLAGS) $(XML_CFLAGS) -O5 -fomit-frame-pointer -ffast-math
CFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) $(GST_CFLAGS) $(XML_CFLAGS) -O5 -fomit-frame-pointer -ffast-math