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
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
7a76595b
Commit
7a76595b
authored
Sep 17, 2013
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
videomixer: link to libm for maths stuff
Fixes undefined references to rint and pow on ubuntu build bot.
parent
232fdd8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst/videomixer/Makefile.am
gst/videomixer/Makefile.am
+1
-1
No files found.
gst/videomixer/Makefile.am
View file @
7a76595b
...
...
@@ -15,7 +15,7 @@ libgstvideomixer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS)
$(GST_CFLAGS)
$(ORC_CFLAGS)
libgstvideomixer_la_LIBADD
=
$(GST_PLUGINS_BASE_LIBS)
\
-lgstvideo-
@GST_API_VERSION@
\
$(GST_BASE_LIBS)
$(GST_LIBS)
$(ORC_LIBS)
$(GST_BASE_LIBS)
$(GST_LIBS)
$(ORC_LIBS)
$(LIBM)
libgstvideomixer_la_LDFLAGS
=
$(GST_PLUGIN_LDFLAGS)
libgstvideomixer_la_LIBTOOLFLAGS
=
$(GST_PLUGIN_LIBTOOLFLAGS)
...
...
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