Closed GoogleCodeExporter closed 9 years ago
For GTK, I installed libgtk2.0-dev. Try it.
Original comment by diego.cd...@gmail.com
on 14 Jul 2011 at 11:38
g_thread_init before gthread-2.0,you mush add gthread-2.0 in pkg-config to
build it.
modify libjingle.scons
talk.Library(env, name = "videorenderer",
lin_srcs = [
"session/phone/gtkvideorenderer.cc",
],
lin_packages = [
"gtk+-2.0",
"gthread-2.0", #-->add
],
)
Original comment by lendylongli@gmail.com
on 18 Nov 2012 at 12:31
Original comment by juberti@google.com
on 31 May 2013 at 8:47
Original issue reported on code.google.com by
dawid.ja...@gmail.com
on 13 Jul 2011 at 1:32