sbcl rebuild
[arch-packages.git] / qt-gstreamer / trunk / qt-gstreamer-gcc11.patch
blob1fc18c114092e970a3f16020ac00cca4984ae66b
1 diff --git a/elements/gstqtvideosink/gstqtvideosinkplugin.h b/elements/gstqtvideosink/gstqtvideosinkplugin.h
2 index dc04671..a72c572 100644
3 --- a/elements/gstqtvideosink/gstqtvideosinkplugin.h
4 +++ b/elements/gstqtvideosink/gstqtvideosinkplugin.h
5 @@ -27,7 +27,7 @@ GST_DEBUG_CATEGORY_EXTERN(gst_qt_video_sink_debug);
6 #define DEFINE_TYPE_FULL(cpp_type, type_name, parent_type, additional_initializations) \
7 GType cpp_type::get_type() \
8 { \
9 - static volatile gsize gonce_data = 0; \
10 + static gsize gonce_data = 0; \
11 if (g_once_init_enter(&gonce_data)) { \
12 GType type = 0; \
13 GTypeInfo info; \