Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-python
Commits
2cfded48
Commit
2cfded48
authored
May 21, 2017
by
Olivier Crête
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pythonplugin: Rename plugin file to match plugin name
This is required by the new loader macro.
parent
7352b78a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
plugin/Makefile.am
plugin/Makefile.am
+5
-5
plugin/meson.build
plugin/meson.build
+1
-1
No files found.
plugin/Makefile.am
View file @
2cfded48
plugin_LTLIBRARIES
=
libgstpython
plugin
.la
plugin_LTLIBRARIES
=
libgstpython.la
INCLUDES
=
$(PYGOBJECT_CFLAGS)
$(GST_CFLAGS)
\
-DPYTHON_VERSION
=
\"
$(PYTHON_VERSION)
\"
\
...
...
@@ -7,7 +7,7 @@ INCLUDES = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS)\
-DPY_LIB_SUFFIX
=
$(PYTHON_LIB_SUFFIX)
\
$(PYTHON_INCLUDES)
libgstpython
plugin
_la_SOURCES
=
gstpythonplugin.c
libgstpython
plugin
_la_LDFLAGS
=
-avoid-version
-shrext
$(PYTHON_SO)
libgstpython
plugin
_la_LIBADD
=
$(PYTHON_LIBS)
$(PYGOBJECT_LIBS)
$(GST_LIBS)
libgstpython
plugin
_la_CFLAGS
=
$(GST_CFLAGS)
$(PYGOBJECT_CFLAGS)
$(GST_PLUGINS_BASE_CFLAGS)
$(PYTHON_INCLUDES)
libgstpython_la_SOURCES
=
gstpythonplugin.c
libgstpython_la_LDFLAGS
=
-avoid-version
-shrext
$(PYTHON_SO)
libgstpython_la_LIBADD
=
$(PYTHON_LIBS)
$(PYGOBJECT_LIBS)
$(GST_LIBS)
libgstpython_la_CFLAGS
=
$(GST_CFLAGS)
$(PYGOBJECT_CFLAGS)
$(GST_PLUGINS_BASE_CFLAGS)
$(PYTHON_INCLUDES)
plugin/meson.build
View file @
2cfded48
gst_elements_shared = shared_library('gstpython
plugin
',
gst_elements_shared = shared_library('gstpython',
['gstpythonplugin.c'],
c_args : '-DHAVE_CONFIG_H -DPY_LIB_LOC=@0@'.format(pylib_loc),
include_directories : [configinc],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment