Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-base
Commits
b5dee0fe
Commit
b5dee0fe
authored
Dec 02, 2017
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove GstAggregator from -bad, moved to core
https://bugzilla.gnome.org/show_bug.cgi?id=739010
parent
1abd0804
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
ext/gl/Makefile.am
ext/gl/Makefile.am
+0
-1
ext/gl/meson.build
ext/gl/meson.build
+1
-1
No files found.
ext/gl/Makefile.am
View file @
b5dee0fe
...
...
@@ -147,7 +147,6 @@ libgstopengl_la_CFLAGS = \
libgstopengl_la_LIBADD
=
\
$(top_builddir)
/gst-libs/gst/gl/libgstgl-
$(GST_API_VERSION)
.la
\
$(top_builddir)
/gst-libs/gst/base/libgstbadbase-
$(GST_API_VERSION)
.la
\
$(top_builddir)
/gst-libs/gst/video/libgstbadvideo-
$(GST_API_VERSION)
.la
\
$(GST_BASE_LIBS)
\
$(GST_PLUGINS_BASE_LIBS)
-lgstvideo-
$(GST_API_VERSION)
\
...
...
ext/gl/meson.build
View file @
b5dee0fe
...
...
@@ -111,7 +111,7 @@ if build_gstgl and gstgl_dep.found()
c_args : gst_plugins_bad_args + opengl_defines,
link_args : noseh_link_args,
include_directories : [configinc],
dependencies : [gstgl_dep, gstbadvideo_dep,
gstbadbase_dep,
gstvideo_dep,
dependencies : [gstgl_dep, gstbadvideo_dep, gstvideo_dep,
gstbase_dep, gstcontroller_dep, libm] + optional_deps,
install : true,
install_dir : plugins_install_dir,
...
...
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