mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gl: Rename gstglutils.h functions to prevent symbol conflicts with static linking
The gl plugin in -base has the same function.
This commit is contained in:
parent
52ebbd55b2
commit
3b5c2049bb
1 changed files with 5 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue