[MacPorts] #40783: gstreamer1 @1.0.9: /opt/local/include/glib-2.0/glib/gmessages.h:237:11: error: use of undeclared identifier 'g_log_domain_gstreamer'
MacPorts
noreply at macports.org
Wed Oct 23 18:10:56 PDT 2013
#40783: gstreamer1 @1.0.9: /opt/local/include/glib-2.0/glib/gmessages.h:237:11:
error: use of undeclared identifier 'g_log_domain_gstreamer'
-------------------------+-----------------------------
Reporter: sarvi@… | Owner: rmstonecipher@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: | Keywords:
Port: gstreamer1 |
-------------------------+-----------------------------
Comment (by piotr@…):
I confirm that adding the following patch allows gstreamer1 to compile:
{{{
--- gst/gstdatetime.c.orig 2013-10-23 17:55:49.000000000 -0700
+++ gst/gstdatetime.c 2013-10-23 17:56:25.000000000 -0700
@@ -21,6 +21,7 @@
#include "config.h"
#endif
+#include "gst_private.h"
#include "glib-compat-private.h"
#include "gst_private.h"
#include "gstdatetime.h"
}}}
--
Ticket URL: <https://trac.macports.org/ticket/40783#comment:12>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list