summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-03-25 12:53:06 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-03-25 12:53:53 +0300
commit3b5c2049bba360c36c6021bd93784e3b3fac3b68 (patch)
treece6eafbebb98a67e84d2209ed59e8025bbd7893a
parent52ebbd55b2fb15d2e5139cf867b5c1cb772bf8a4 (diff)
gl: Rename gstglutils.h functions to prevent symbol conflicts with static linking
The gl plugin in -base has the same function.
-rw-r--r--ext/gl/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am
index b501a5110..63a74f037 100644
--- a/ext/gl/Makefile.am
+++ b/ext/gl/Makefile.am
@@ -35,7 +35,11 @@ libgstopenglmixers_la_CFLAGS = \
$(GST_BASE_CFLAGS) \
$(GST_CONTROLLER_CFLAGS) \
$(GST_CFLAGS) \
- $(X11_CFLAGS)
+ $(X11_CFLAGS) \
+ -Dgst_gl_context_gen_shader=gst_gl_bad_context_gen_shader \
+ -Dgst_gl_multiply_matrix4=Dgst_gl_bad_multiply_matrix4 \
+ -Dgst_gl_get_affine_transformation_meta_as_ndc_ext=Dgst_gl_bad_get_affine_transformation_meta_as_ndc_ext \
+ -Dgst_gl_set_affine_transformation_meta_from_ndc_ext=Dgst_gl_bad_set_affine_transformation_meta_from_ndc_ext
libgstopenglmixers_la_LIBADD = \
$(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la \