Skip to content

Commit

Permalink
multimedia/gstreamermm: Prepare for glib 2.68.3
Browse files Browse the repository at this point in the history
PR:	256200
  • Loading branch information
neelchauhan committed Aug 3, 2021
1 parent 55c8c5a commit a15d18c
Showing 1 changed file with 11 additions and 0 deletions.
@@ -0,0 +1,11 @@
--- gstreamer/gstreamermm/register.h.orig 2021-08-03 01:07:13 UTC
+++ gstreamer/gstreamermm/register.h
@@ -111,7 +111,7 @@ register_mm_type(const gchar * type_name)
* system and whether the compiler is c++ or not. The g_once_init_*
* functions always take a gsize * though ... */
static volatile gsize gonce_data = 0;
- if (g_once_init_enter (&gonce_data)) {
+ if (g_once_init_enter ((unsigned long *)&gonce_data)) {
GTypeInfo info;

info.class_size = sizeof(GlibCppTypeClass);

0 comments on commit a15d18c

Please sign in to comment.