mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
plugin: don't link to libpython
This commit is contained in:
parent
9ee33ad301
commit
53e5a77f52
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ INCLUDES = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS)\
|
|||
|
||||
libgstpython_la_SOURCES = gstpythonplugin.c
|
||||
libgstpython_la_LDFLAGS = -module -avoid-version
|
||||
libgstpython_la_LIBADD = $(GST_LIBS) $(PYTHON_LIBS)
|
||||
libgstpython_la_LIBADD = $(GST_LIBS)
|
||||
|
|
Loading…
Reference in a new issue