mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
plugin: Do not version the plugin library
This commit is contained in:
parent
96b031a948
commit
34831879e9
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ INCLUDES = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS)\
|
|||
$(PYTHON_INCLUDES)
|
||||
|
||||
libgstpythonplugin_la_SOURCES = gstpythonplugin.c
|
||||
libgstpythonplugin_la_LDFLAGS =
|
||||
libgstpythonplugin_la_LDFLAGS = -avoid-version
|
||||
libgstpythonplugin_la_LIBADD = $(PYTHON_LIBS) $(PYGOBJECT_LIBS) $(GST_LIBS)
|
||||
libgstpythonplugin_la_CFLAGS = $(GST_CFLAGS) $(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(PYTHON_INCLUDES)
|
||||
|
|
Loading…
Reference in a new issue