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-editing-services
Commits
87f99d34
Commit
87f99d34
authored
Feb 26, 2019
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugins: add autotools build for new ges plugin
parent
3ee0e477
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
1 deletion
+24
-1
configure.ac
configure.ac
+1
-0
plugins/Makefile.am
plugins/Makefile.am
+1
-1
plugins/ges/Makefile.am
plugins/ges/Makefile.am
+22
-0
No files found.
configure.ac
View file @
87f99d34
...
...
@@ -424,6 +424,7 @@ pkgconfig/Makefile
pkgconfig/gst-editing-services.pc
pkgconfig/gst-editing-services-uninstalled.pc
plugins/Makefile
plugins/ges/Makefile
plugins/nle/Makefile
bindings/Makefile
bindings/python/Makefile
...
...
plugins/Makefile.am
View file @
87f99d34
SUBDIRS
=
nle
SUBDIRS
=
ges
nle
plugins/ges/Makefile.am
0 → 100644
View file @
87f99d34
plugin_LTLIBRARIES
=
libgstges.la
libgstges_la_SOURCES
=
\
gesplugin.c
\
gessrc.c
\
gesdemux.c
libgstges_la_CFLAGS
=
-I
$(top_srcdir)
\
$(GST_PLUGINS_BASE_CFLAGS)
\
$(GST_BASE_CFLAGS)
$(GST_CFLAGS)
libgstges_la_LIBADD
=
\
$(top_builddir)
/ges/libges-@GST_API_VERSION@.la
\
$(GST_PLUGINS_BASE_LIBS)
\
$(GST_BASE_LIBS)
$(GST_LIBS)
libgstges_la_LDFLAGS
=
$(GST_PLUGIN_LDFLAGS)
noinst_HEADERS
=
\
gesdemux.h
\
gessrc.h
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