3ccc31789e
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version uses the gtk2 toolkit.
12 lines
586 B
C++
12 lines
586 B
C++
$NetBSD: patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp,v 1.1 2017/04/27 13:38:18 ryoon Exp $
|
|
|
|
--- mozilla/dom/media/gstreamer/GStreamerAllocator.cpp.orig 2016-04-07 21:33:27.000000000 +0000
|
|
+++ mozilla/dom/media/gstreamer/GStreamerAllocator.cpp
|
|
@@ -51,7 +51,6 @@ typedef struct
|
|
#pragma GCC diagnostic ignored "-Wunused-function"
|
|
G_DEFINE_TYPE(MozGfxMemoryAllocator, moz_gfx_memory_allocator, GST_TYPE_ALLOCATOR);
|
|
G_DEFINE_TYPE(MozGfxBufferPool, moz_gfx_buffer_pool, GST_TYPE_VIDEO_BUFFER_POOL);
|
|
-#pragma GCC diagnostic pop
|
|
|
|
void
|
|
moz_gfx_memory_reset(MozGfxMemory *mem)
|