mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
python: Add $(PYGST_CFLAGS) to CFLAGS to fix the build
https://bugzilla.gnome.org/show_bug.cgi?id=657436
This commit is contained in:
parent
03ecfb80c0
commit
fe9cc61252
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ OVERRIDES = ges.override
|
||||||
INCLUDES = -I$(top_srcdir) -I$(srcdir) $(PYTHON_INCLUDES)
|
INCLUDES = -I$(top_srcdir) -I$(srcdir) $(PYTHON_INCLUDES)
|
||||||
|
|
||||||
ges_la_CFLAGS = -I$(top_srcdir)\
|
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).*" \
|
ges_la_LDFLAGS = -export-symbols-regex "^(initges|_PyGObject_API).*" \
|
||||||
-module -avoid-version $(GST_PLUGIN_LDFLAGS)
|
-module -avoid-version $(GST_PLUGIN_LDFLAGS)
|
||||||
ges_la_LIBADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la \
|
ges_la_LIBADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la \
|
||||||
|
|
Loading…
Reference in a new issue