GNOME Bugzilla – Bug 588454
Cygwin also uses GLX
Last modified: 2010-02-09 11:20:38 UTC
I'm attaching a patch for gst-plugins-gl-0.10.1 to build on Cygwin using GLX.
Created attachment 138336 [details] [review] Cygwin GLX patch * configure.ac: Add Cygwin GLX support.
I know it's a pretty trivial patch, but could you make it with git format-patch? So I can just apply it preserving your commit messages and most of all the author information.
This patch is generated against the 0.10.1 release tarball, not git, so I don't have a git format-patch readily available.
hi, git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-gl
Hi, Why are you using GLX on cygwin ? (why not wgl ?) Do you mean that GUI applications built with cygwin always use the cygwin X server ?
(In reply to comment #5) > Why are you using GLX on cygwin ? (why not wgl ?) Because Cygwin is a *NIX/X11 platform. > Do you mean that GUI applications built with cygwin always use the cygwin X > server ? Yes.
commit 3359bb602069825be00d1d9f54220d69325052fb Author: Cygwin Ports maintainer <yselkowitz@users.sourceforge.net> Date: Tue Sep 1 11:24:25 2009 +0200 Cygwin also uses GLX. Fix bug #588454 Cygwin is a *NIX/X11 platform