From fe9cc61252526787cfcb3d3ee4e5f1b54efdaf71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 26 Aug 2011 15:21:25 +0200 Subject: [PATCH] python: Add $(PYGST_CFLAGS) to CFLAGS to fix the build https://bugzilla.gnome.org/show_bug.cgi?id=657436 --- bindings/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index c696c2da72..bb2e3c145b 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -17,7 +17,7 @@ OVERRIDES = ges.override INCLUDES = -I$(top_srcdir) -I$(srcdir) $(PYTHON_INCLUDES) ges_la_CFLAGS = -I$(top_srcdir)\ - $(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -Wno-write-strings + $(PYGST_CFLAGS) $(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -Wno-write-strings ges_la_LDFLAGS = -export-symbols-regex "^(initges|_PyGObject_API).*" \ -module -avoid-version $(GST_PLUGIN_LDFLAGS) ges_la_LIBADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la \